#B476A9

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

Shades of Bouquet #B476A9

Tints of Bouquet #B476A9

Color information

#B476A9 (or 0xB476A9) is unknown color: approx Bouquet. HEX triplet: B4, 76 and A9. RGB value is (180,118,169). Sum of RGB (Red+Green+Blue) = 180+118+169=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B476A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476A9 is #4B8956. Grayscale: #8E8E8E. Windows color (decimal): -4950359 or 11105972. OLE color: 11105972.

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

Color convert

RGB180118169-
CMYK00.340.060.29
HSL310.65º29.25%58.43%-
HSV(B)310.65º34.44%70.59%-
XYZ32.4625.5240.75-
YUV142.35143.04154.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 169 (66.41% from 255) = 36.19%
R=38.54%
G=25.27%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011816900.340.060.29310.6529.2558.43
HexB476A902261D1371d3a
Octal2641662510426354673572
Binary1011010011101101010100101000101101110110011011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B476A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B476A9; }

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

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

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

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

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

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

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

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