#BB8EA0

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

Shades of Viola #BB8EA0

Tints of Viola #BB8EA0

Color information

#BB8EA0 (or 0xBB8EA0) is unknown color: approx Viola. HEX triplet: BB, 8E and A0. RGB value is (187,142,160). Sum of RGB (Red+Green+Blue) = 187+142+160=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8EA0 is #44715F. Grayscale: #9D9D9D. Windows color (decimal): -4485472 or 10522299. OLE color: 10522299.

HSL color Cylindrical-coordinate representation of color #BB8EA0: hue angle of 336º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB8EA0 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB187142160-
CMYK00.240.140.27
HSL336º24.86%64.51%-
HSV(B)336º24.06%73.33%-
XYZ36.5132.4537.6-
YUV157.51129.41149.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=38.24%
G=29.04%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714216000.240.140.2733624.8664.51
HexBB8EA0018E1B1501941
Octal273216240030163352031101
Binary101110111000111010100000011000111011011101010000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EA0; }

 p { color: rgb(187,142,160); }

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

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

 a { background-color: rgb(187,142,160); }

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

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

 span { border-color: rgb(187,142,160); }

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