#BC199B

Color #BC199B Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BC199B

Tints of Medium Violet Red #BC199B

Color information

#BC199B (or 0xBC199B) is unknown color: approx Medium Violet Red. HEX triplet: BC, 19 and 9B. RGB value is (188,25,155). Sum of RGB (Red+Green+Blue) = 188+25+155=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC199B is #43E664. Grayscale: #585858. Windows color (decimal): -4449893 or 10164668. OLE color: 10164668.

HSL color Cylindrical-coordinate representation of color #BC199B: hue angle of 312.15º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC199B is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB18825155-
CMYK00.870.180.26
HSL312.15º76.53%41.76%-
HSV(B)312.15º86.7%73.73%-
XYZ2713.7532.24-
YUV88.56165.5198.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 25 (10.16% from 255) = 6.79%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=51.09%
G=6.79%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882515500.870.180.26312.1576.5341.76
HexBC199B057121A1384d2a
Octal274312330127223247011552
Binary1011110011001100110110101011110010110101001110001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC199B; }

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

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

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

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

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

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

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

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