#BC869C

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

Shades of Viola #BC869C

Tints of Viola #BC869C

Color information

#BC869C (or 0xBC869C) is unknown color: approx Viola. HEX triplet: BC, 86 and 9C. RGB value is (188,134,156). Sum of RGB (Red+Green+Blue) = 188+134+156=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC869C is #437963. Grayscale: #989898. Windows color (decimal): -4421988 or 10258108. OLE color: 10258108.

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

Color convert

RGB188134156-
CMYK00.290.170.26
HSL335.56º28.72%63.14%-
HSV(B)335.56º28.72%73.73%-
XYZ35.2630.1435.41-
YUV152.65129.89153.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 156 (61.33% from 255) = 32.64%
R=39.33%
G=28.03%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813415600.290.170.26335.5628.7263.14
HexBC869C01D111A1501d3f
Octal27420623403521325203577
Binary101111001000011010011100011101100011101010101000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC869C; }

 p { color: rgb(188,134,156); }

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

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

 a { background-color: rgb(188,134,156); }

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

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

 span { border-color: rgb(188,134,156); }

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