#BC9399

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

Shades of Viola #BC9399

Tints of Viola #BC9399

Color information

#BC9399 (or 0xBC9399) is unknown color: approx Viola. HEX triplet: BC, 93 and 99. RGB value is (188,147,153). Sum of RGB (Red+Green+Blue) = 188+147+153=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9399 is #436C66. Grayscale: #9F9F9F. Windows color (decimal): -4418663 or 10064828. OLE color: 10064828.

HSL color Cylindrical-coordinate representation of color #BC9399: hue angle of 351.22º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC9399 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188147153-
CMYK00.220.190.26
HSL351.22º23.43%65.69%-
HSV(B)351.22º21.81%73.73%-
XYZ36.9233.8634.73-
YUV159.94124.08148.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=38.52%
G=30.12%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814715300.220.190.26351.2223.4365.69
HexBC9399016131A15f1742
Octal274223231026233253727102
Binary1011110010010011100110010101101001111010101011111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9399; }

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

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

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

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

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

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

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

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