#BC8D8F

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

Shades of Viola #BC8D8F

Tints of Viola #BC8D8F

Color information

#BC8D8F (or 0xBC8D8F) is unknown color: approx Viola. HEX triplet: BC, 8D and 8F. RGB value is (188,141,143). Sum of RGB (Red+Green+Blue) = 188+141+143=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D8F is #437270. Grayscale: #9B9B9B. Windows color (decimal): -4420209 or 9407932. OLE color: 9407932.

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

Color convert

RGB188141143-
CMYK00.250.240.26
HSL357.45º25.97%64.51%-
HSV(B)357.45º25%73.73%-
XYZ35.2231.7230.25-
YUV155.28121.07151.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 143 (56.25% from 255) = 30.30%
R=39.83%
G=29.87%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814114300.250.240.26357.4525.9764.51
HexBC8D8F019181A1651a41
Octal274215217031303254532101
Binary1011110010001101100011110110011100011010101100101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D8F; }

 p { color: rgb(188,141,143); }

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

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

 a { background-color: rgb(188,141,143); }

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

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

 span { border-color: rgb(188,141,143); }

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