#BC8C8E

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

Shades of Viola #BC8C8E

Tints of Viola #BC8C8E

Color information

#BC8C8E (or 0xBC8C8E) is unknown color: approx Viola. HEX triplet: BC, 8C and 8E. RGB value is (188,140,142). Sum of RGB (Red+Green+Blue) = 188+140+142=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C8E is #437371. Grayscale: #9A9A9A. Windows color (decimal): -4420466 or 9342140. OLE color: 9342140.

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

Color convert

RGB188140142-
CMYK00.260.240.26
HSL357.5º26.37%64.31%-
HSV(B)357.5º25.53%73.73%-
XYZ3531.429.81-
YUV154.58120.9151.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=40%
G=29.79%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814014200.260.240.26357.526.3764.31
HexBC8C8E01A181A1661a40
Octal274214216032303254632100
Binary1011110010001100100011100110101100011010101100110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C8E; }

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

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

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

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

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

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

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

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