#BC939B

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

Shades of Viola #BC939B

Tints of Viola #BC939B

Color information

#BC939B (or 0xBC939B) is unknown color: approx Viola. HEX triplet: BC, 93 and 9B. RGB value is (188,147,155). Sum of RGB (Red+Green+Blue) = 188+147+155=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC939B is #436C64. Grayscale: #A0A0A0. Windows color (decimal): -4418661 or 10195900. OLE color: 10195900.

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

Color convert

RGB188147155-
CMYK00.220.180.26
HSL348.29º23.43%65.69%-
HSV(B)348.29º21.81%73.73%-
XYZ37.0933.9335.6-
YUV160.17125.08147.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=38.37%
G=30%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814715500.220.180.26348.2923.4365.69
HexBC939B016121A15c1742
Octal274223233026223253427102
Binary1011110010010011100110110101101001011010101011100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC939B; }

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

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

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

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

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

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

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

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