#B572A9

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

Shades of Bouquet #B572A9

Tints of Bouquet #B572A9

Color information

#B572A9 (or 0xB572A9) is unknown color: approx Bouquet. HEX triplet: B5, 72 and A9. RGB value is (181,114,169). Sum of RGB (Red+Green+Blue) = 181+114+169=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B572A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B572A9 is #4A8D56. Grayscale: #8C8C8C. Windows color (decimal): -4885847 or 11104949. OLE color: 11104949.

HSL color Cylindrical-coordinate representation of color #B572A9: hue angle of 310.75º 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 #B572A9 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB181114169-
CMYK00.370.070.29
HSL310.75º31.16%57.84%-
HSV(B)310.75º37.02%70.98%-
XYZ32.2324.7240.61-
YUV140.3144.2157.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 114 (44.92% from 255) = 24.57%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=39.01%
G=24.57%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111416900.370.070.29310.7531.1657.84
HexB572A902571D1371f3a
Octal2651622510457354673772
Binary1011010111100101010100101001011111110110011011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B572A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B572A9; }

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

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

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

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

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

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

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

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