#BC9199

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

Shades of Viola #BC9199

Tints of Viola #BC9199

Color information

#BC9199 (or 0xBC9199) is unknown color: approx Viola. HEX triplet: BC, 91 and 99. RGB value is (188,145,153). Sum of RGB (Red+Green+Blue) = 188+145+153=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9199 is #436E66. Grayscale: #9E9E9E. Windows color (decimal): -4419175 or 10064316. OLE color: 10064316.

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

Color convert

RGB188145153-
CMYK00.230.190.26
HSL348.84º24.29%65.29%-
HSV(B)348.84º22.87%73.73%-
XYZ36.6133.2434.62-
YUV158.77124.75148.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 145 (57.03% from 255) = 29.84%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=38.68%
G=29.84%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814515300.230.190.26348.8424.2965.29
HexBC9199017131A15d1841
Octal274221231027233253530101
Binary1011110010010001100110010101111001111010101011101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9199; }

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

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

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

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

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

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

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

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