#BC8196

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

Shades of Viola #BC8196

Tints of Viola #BC8196

Color information

#BC8196 (or 0xBC8196) is unknown color: approx Viola. HEX triplet: BC, 81 and 96. RGB value is (188,129,150). Sum of RGB (Red+Green+Blue) = 188+129+150=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8196 is #437E69. Grayscale: #959595. Windows color (decimal): -4423274 or 9863612. OLE color: 9863612.

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

Color convert

RGB188129150-
CMYK00.310.200.26
HSL338.64º30.57%62.16%-
HSV(B)338.64º31.38%73.73%-
XYZ34.0928.5932.58-
YUV149.04128.55155.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=40.26%
G=27.62%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812915000.310.200.26338.6430.5762.16
HexBC819601F141A1531f3e
Octal27420122603724325233776
Binary101111001000000110010110011111101001101010101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8196; }

 p { color: rgb(188,129,150); }

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

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

 a { background-color: rgb(188,129,150); }

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

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

 span { border-color: rgb(188,129,150); }

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