#BC8599

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

Shades of Viola #BC8599

Tints of Viola #BC8599

Color information

#BC8599 (or 0xBC8599) is unknown color: approx Viola. HEX triplet: BC, 85 and 99. RGB value is (188,133,153). Sum of RGB (Red+Green+Blue) = 188+133+153=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8599 is #437A66. Grayscale: #979797. Windows color (decimal): -4422247 or 10061244. OLE color: 10061244.

HSL color Cylindrical-coordinate representation of color #BC8599: hue angle of 338.18º 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 #BC8599 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188133153-
CMYK00.290.190.26
HSL338.18º29.1%62.94%-
HSV(B)338.18º29.26%73.73%-
XYZ34.8829.7734.04-
YUV151.72128.72153.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 133 (52.34% from 255) = 28.06%
BLUE value IS 153 (60.16% from 255) = 32.28%
R=39.66%
G=28.06%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813315300.290.190.26338.1829.162.94
HexBC859901D131A1521d3f
Octal27420523103523325223577
Binary101111001000010110011001011101100111101010101001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8599; }

 p { color: rgb(188,133,153); }

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

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

 a { background-color: rgb(188,133,153); }

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

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

 span { border-color: rgb(188,133,153); }

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