#B476AA

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

Shades of Bouquet #B476AA

Tints of Bouquet #B476AA

Color information

#B476AA (or 0xB476AA) is unknown color: approx Bouquet. HEX triplet: B4, 76 and AA. RGB value is (180,118,170). Sum of RGB (Red+Green+Blue) = 180+118+170=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B476AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476AA is #4B8955. Grayscale: #8E8E8E. Windows color (decimal): -4950358 or 11171508. OLE color: 11171508.

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

Color convert

RGB180118170-
CMYK00.340.060.29
HSL309.68º29.25%58.43%-
HSV(B)309.68º34.44%70.59%-
XYZ32.5625.5641.25-
YUV142.47143.54154.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=38.46%
G=25.21%
B=36.32%

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
Decimal18011817000.340.060.29309.6829.2558.43
HexB476AA02261D1361d3a
Octal2641662520426354663572
Binary1011010011101101010101001000101101110110011011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B476AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B476AA; }

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

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

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

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

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

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

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

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