#B572AA

Color #B572AA Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B572AA

Tints of Bouquet #B572AA

Color information

#B572AA (or 0xB572AA) is unknown color: approx Bouquet. HEX triplet: B5, 72 and AA. RGB value is (181,114,170). Sum of RGB (Red+Green+Blue) = 181+114+170=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B572AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B572AA is #4A8D55. Grayscale: #8C8C8C. Windows color (decimal): -4885846 or 11170485. OLE color: 11170485.

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

Color convert

RGB181114170-
CMYK00.370.060.29
HSL309.85º31.16%57.84%-
HSV(B)309.85º37.02%70.98%-
XYZ32.3324.7641.11-
YUV140.42144.7156.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=38.92%
G=24.52%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111417000.370.060.29309.8531.1657.84
HexB572AA02561D1361f3a
Octal2651622520456354663772
Binary1011010111100101010101001001011101110110011011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B572AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B572AA; }

 p { color: rgb(181,114,170); }

 H1.HeaderClassName
 {
   color: #B572AA;
 }
 .AnyTagClassName
 {
   color: #B572AA;
 }
</style>
background-color css

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

 a { background-color: rgb(181,114,170); }

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

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

 span { border-color: rgb(181,114,170); }

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