#B476A0

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

Shades of Bouquet #B476A0

Tints of Bouquet #B476A0

Color information

#B476A0 (or 0xB476A0) is unknown color: approx Bouquet. HEX triplet: B4, 76 and A0. RGB value is (180,118,160). Sum of RGB (Red+Green+Blue) = 180+118+160=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B476A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476A0 is #4B895F. Grayscale: #8D8D8D. Windows color (decimal): -4950368 or 10516148. OLE color: 10516148.

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

Color convert

RGB180118160-
CMYK00.340.110.29
HSL319.35º29.25%58.43%-
HSV(B)319.35º34.44%70.59%-
XYZ31.6525.236.45-
YUV141.33138.54155.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 160 (62.89% from 255) = 34.93%
R=39.30%
G=25.76%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011816000.340.110.29319.3529.2558.43
HexB476A0022B1D13f1d3a
Octal26416624004213354773572
Binary10110100111011010100000010001010111110110011111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B476A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B476A0; }

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

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

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

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

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

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

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

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