#B472A9

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

Shades of Bouquet #B472A9

Tints of Bouquet #B472A9

Color information

#B472A9 (or 0xB472A9) is unknown color: approx Bouquet. HEX triplet: B4, 72 and A9. RGB value is (180,114,169). Sum of RGB (Red+Green+Blue) = 180+114+169=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B472A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B472A9 is #4B8D56. Grayscale: #8B8B8B. Windows color (decimal): -4951383 or 11104948. OLE color: 11104948.

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

Color convert

RGB180114169-
CMYK00.370.060.29
HSL310º30.56%57.65%-
HSV(B)310º36.67%70.59%-
XYZ3224.640.6-
YUV140144.37156.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 169 (66.41% from 255) = 36.50%
R=38.88%
G=24.62%
B=36.50%

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
Decimal18011416900.370.060.2931030.5657.65
HexB472A902561D1361f3a
Octal2641622510456354663772
Binary1011010011100101010100101001011101110110011011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B472A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B472A9; }

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

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

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

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

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

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

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

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