#BC879E

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

Shades of Viola #BC879E

Tints of Viola #BC879E

Color information

#BC879E (or 0xBC879E) is unknown color: approx Viola. HEX triplet: BC, 87 and 9E. RGB value is (188,135,158). Sum of RGB (Red+Green+Blue) = 188+135+158=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC879E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC879E is #437861. Grayscale: #999999. Windows color (decimal): -4421730 or 10389436. OLE color: 10389436.

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

Color convert

RGB188135158-
CMYK00.280.160.26
HSL333.96º28.34%63.33%-
HSV(B)333.96º28.19%73.73%-
XYZ35.5730.4936.36-
YUV153.47130.56152.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 135 (53.12% from 255) = 28.07%
BLUE value IS 158 (62.11% from 255) = 32.85%
R=39.09%
G=28.07%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813515800.280.160.26333.9628.3463.33
HexBC879E01C101A14e1c3f
Octal27420723603420325163477
Binary101111001000011110011110011100100001101010100111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC879E; }

 p { color: rgb(188,135,158); }

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

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

 a { background-color: rgb(188,135,158); }

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

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

 span { border-color: rgb(188,135,158); }

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