#BB8494

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

Shades of Viola #BB8494

Tints of Viola #BB8494

Color information

#BB8494 (or 0xBB8494) is unknown color: approx Viola. HEX triplet: BB, 84 and 94. RGB value is (187,132,148). Sum of RGB (Red+Green+Blue) = 187+132+148=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8494 is #447B6B. Grayscale: #969696. Windows color (decimal): -4488044 or 9733307. OLE color: 9733307.

HSL color Cylindrical-coordinate representation of color #BB8494: hue angle of 342.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB8494 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB187132148-
CMYK00.290.210.27
HSL342.55º28.8%62.55%-
HSV(B)342.55º29.41%73.33%-
XYZ34.0929.2131.86-
YUV150.27126.72154.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=40.04%
G=28.27%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713214800.290.210.27342.5528.862.55
HexBB849401D151B1571d3f
Octal27320422403525335273577
Binary101110111000010010010100011101101011101110101011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8494; }

 p { color: rgb(187,132,148); }

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

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

 a { background-color: rgb(187,132,148); }

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

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

 span { border-color: rgb(187,132,148); }

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