Html Css Color HEX #B576AB Bouquet

📋 copy color: '#B576AB'

red 181 ◦ green 118 ◦ blue 171

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

Shades of Bouquet #B576AB

Tints of Bouquet #B576AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.11%

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 38.51%
G = 25.11%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B576AB (or 0xB576AB) is known color: Bouquet. HEX triplet: B5, 76 and AB. RGB value is (181,118,171). Sum of RGB (Red+Green+Blue) = 181+118+171=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B576AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B576AB is #4A8954. Grayscale: #8E8E8E. Windows color (decimal): -4884821 or 11237045. OLE color: 11237045.

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

Color convert

RGB 181 118 171 -
CMYK 0 0.35 0.06 0.29
HSL 309.52º 0.3% 0.59% -
HSV(B) 309.52º 0.35% 0.71% -
XYZ 32.89 25.72 41.76 -
YUV 142.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 181 118 171 0 0.35 0.06 0.29 309.52 0.3 0.59
Hex B5 76 AB 0 23 6 1D 136 1E 3B
Octal 265 166 253 0 43 6 35 466 36 73
Binary 10110101 1110110 10101011 0 100011 110 11101 100110110 11110 111011

Color Harmonies of #B576AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B576AB

Black with #B576AB

Text Example


Text Example

White with #B576AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B576AB; }

 p { color: rgb(181,118,171); }

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

background-color css

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

 a { background-color: rgb(181,118,171); }

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

border-color css

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

 span { border-color: rgb(181,118,171); }

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