#BC8EA1

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

Shades of Viola #BC8EA1

Tints of Viola #BC8EA1

Color information

#BC8EA1 (or 0xBC8EA1) is unknown color: approx Viola. HEX triplet: BC, 8E and A1. RGB value is (188,142,161). Sum of RGB (Red+Green+Blue) = 188+142+161=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8EA1 is #43715E. Grayscale: #9D9D9D. Windows color (decimal): -4419935 or 10587836. OLE color: 10587836.

HSL color Cylindrical-coordinate representation of color #BC8EA1: hue angle of 335.22º 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 #BC8EA1 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB188142161-
CMYK00.240.140.26
HSL335.22º25.56%64.71%-
HSV(B)335.22º24.47%73.73%-
XYZ36.8532.6138.07-
YUV157.92129.74149.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 161 (63.28% from 255) = 32.79%
R=38.29%
G=28.92%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814216100.240.140.26335.2225.5664.71
HexBC8EA1018E1A14f1a41
Octal274216241030163251732101
Binary101111001000111010100001011000111011010101001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EA1; }

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

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

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

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

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

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

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

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