#BC8EA0

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

Shades of Viola #BC8EA0

Tints of Viola #BC8EA0

Color information

#BC8EA0 (or 0xBC8EA0) is unknown color: approx Viola. HEX triplet: BC, 8E and A0. RGB value is (188,142,160). Sum of RGB (Red+Green+Blue) = 188+142+160=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8EA0 is #43715F. Grayscale: #9D9D9D. Windows color (decimal): -4419936 or 10522300. OLE color: 10522300.

HSL color Cylindrical-coordinate representation of color #BC8EA0: hue angle of 336.52º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8EA0 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB188142160-
CMYK00.240.150.26
HSL336.52º25.56%64.71%-
HSV(B)336.52º24.47%73.73%-
XYZ36.7632.5837.61-
YUV157.81129.24149.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 160 (62.89% from 255) = 32.65%
R=38.37%
G=28.98%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814216000.240.150.26336.5225.5664.71
HexBC8EA0018F1A1511a41
Octal274216240030173252132101
Binary101111001000111010100000011000111111010101010001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EA0; }

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

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

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

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

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

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

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

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