#B572A8

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

Shades of Bouquet #B572A8

Tints of Bouquet #B572A8

Color information

#B572A8 (or 0xB572A8) is unknown color: approx Bouquet. HEX triplet: B5, 72 and A8. RGB value is (181,114,168). Sum of RGB (Red+Green+Blue) = 181+114+168=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B572A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B572A8 is #4A8D57. Grayscale: #8C8C8C. Windows color (decimal): -4885848 or 11039413. OLE color: 11039413.

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

Color convert

RGB181114168-
CMYK00.370.070.29
HSL311.64º31.16%57.84%-
HSV(B)311.64º37.02%70.98%-
XYZ32.1424.6940.12-
YUV140.19143.7157.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=39.09%
G=24.62%
B=36.29%

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
Decimal18111416800.370.070.29311.6431.1657.84
HexB572A802571D1381f3a
Octal2651622500457354703772
Binary1011010111100101010100001001011111110110011100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B572A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B572A8; }

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

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

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

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

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

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

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

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