#B572A7

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

Shades of Bouquet #B572A7

Tints of Bouquet #B572A7

Color information

#B572A7 (or 0xB572A7) is unknown color: approx Bouquet. HEX triplet: B5, 72 and A7. RGB value is (181,114,167). Sum of RGB (Red+Green+Blue) = 181+114+167=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B572A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B572A7 is #4A8D58. Grayscale: #8B8B8B. Windows color (decimal): -4885849 or 10973877. OLE color: 10973877.

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

Color convert

RGB181114167-
CMYK00.370.080.29
HSL312.54º31.16%57.84%-
HSV(B)312.54º37.02%70.98%-
XYZ32.0524.6539.63-
YUV140.07143.2157.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 167 (65.62% from 255) = 36.15%
R=39.18%
G=24.68%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111416700.370.080.29312.5431.1657.84
HexB572A702581D1391f3a
Octal26516224704510354713772
Binary10110101111001010100111010010110001110110011100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B572A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B572A7; }

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

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

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

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

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

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

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

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