Html Css Color HEX #B577A2 Bouquet

📋 copy color: '#B577A2'

red 181 ◦ green 119 ◦ blue 162

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

Shades of Bouquet #B577A2

Tints of Bouquet #B577A2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.76%

 BLUE value IS 162 (63.67% from 255) = 35.06%

R = 39.18%
G = 25.76%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B577A2 (or 0xB577A2) is known color: Bouquet. HEX triplet: B5, 77 and A2. RGB value is (181,119,162). Sum of RGB (Red+Green+Blue) = 181+119+162=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B577A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B577A2 is #4A885D. Grayscale: #8E8E8E. Windows color (decimal): -4884574 or 10647477. OLE color: 10647477.

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

Color convert

RGB 181 119 162 -
CMYK 0 0.34 0.10 0.29
HSL 318.39º 0.3% 0.59% -
HSV(B) 318.39º 0.34% 0.71% -
XYZ 32.17 25.63 37.43 -
YUV 142.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 181 119 162 0 0.34 0.10 0.29 318.39 0.3 0.59
Hex B5 77 A2 0 22 A 1D 13E 1E 3B
Octal 265 167 242 0 42 12 35 476 36 73
Binary 10110101 1110111 10100010 0 100010 1010 11101 100111110 11110 111011

Color Harmonies of #B577A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B577A2

Black with #B577A2

Text Example


Text Example

White with #B577A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B577A2; }

 p { color: rgb(181,119,162); }

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

background-color css

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

 a { background-color: rgb(181,119,162); }

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

border-color css

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

 span { border-color: rgb(181,119,162); }

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