#B476A8

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

Shades of Bouquet #B476A8

Tints of Bouquet #B476A8

Color information

#B476A8 (or 0xB476A8) is unknown color: approx Bouquet. HEX triplet: B4, 76 and A8. RGB value is (180,118,168). Sum of RGB (Red+Green+Blue) = 180+118+168=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B476A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476A8 is #4B8957. Grayscale: #8E8E8E. Windows color (decimal): -4950360 or 11040436. OLE color: 11040436.

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

Color convert

RGB180118168-
CMYK00.340.070.29
HSL311.61º29.25%58.43%-
HSV(B)311.61º34.44%70.59%-
XYZ32.3725.4940.26-
YUV142.24142.54154.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 118 (46.48% from 255) = 25.32%
BLUE value IS 168 (66.02% from 255) = 36.05%
R=38.63%
G=25.32%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011816800.340.070.29311.6129.2558.43
HexB476A802271D1381d3a
Octal2641662500427354703572
Binary1011010011101101010100001000101111110110011100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B476A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B476A8; }

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

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

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

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

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

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

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

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