Html Css Color HEX #B575A7 Bouquet

📋 copy color: '#B575A7'

red 181 ◦ green 117 ◦ blue 167

#B575A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #B575A7

Tints of Bouquet #B575A7

RGB

 RED value IS 181 (71.09% from 255) = 38.92%

 GREEN value IS 117 (46.09% from 255) = 25.16%

 BLUE value IS 167 (65.63% from 255) = 35.91%

R = 38.92%
G = 25.16%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B575A7 (or 0xB575A7) is known color: Bouquet. HEX triplet: B5, 75 and A7. RGB value is (181,117,167). Sum of RGB (Red+Green+Blue) = 181+117+167=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B575A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B575A7 is #4A8A58. Grayscale: #8D8D8D. Windows color (decimal): -4885081 or 10974645. OLE color: 10974645.

HSL color Cylindrical-coordinate representation of color #B575A7: hue angle of 313.12º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B575A7 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 117 167 -
CMYK 0 0.35 0.08 0.29
HSL 313.13º 0.3% 0.58% -
HSV(B) 313.13º 0.35% 0.71% -
XYZ 32.39 25.34 39.74 -
YUV 141.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 181 117 167 0 0.35 0.08 0.29 313.13 0.3 0.58
Hex B5 75 A7 0 23 8 1D 139 1E 3A
Octal 265 165 247 0 43 10 35 471 36 72
Binary 10110101 1110101 10100111 0 100011 1000 11101 100111001 11110 111010

Color Harmonies of #B575A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B575A7

Black with #B575A7

Text Example


Text Example

White with #B575A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B575A7; }

 p { color: rgb(181,117,167); }

 H1.HeaderClassName
 {
   color: #B575A7;
 }
 .AnyTagClassName
 {
   color: #B575A7;
 }
</style>

background-color css

<style>
 a { background-color: #B575A7; }

 a { background-color: rgb(181,117,167); }

 div.DivClassName
 {
   background-color: #B575A7;
 }
 .BgClassName
 {
   background-color: #B575A7;
 }
</style>

border-color css

<style>
 span { border-color: #B575A7; }

 span { border-color: rgb(181,117,167); }

 td.TdClassName
 {
   border-color: #B575A7;
 }
 .TagClassName
 {
   border-color: #B575A7;
 }
</style>