#bc0f99

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

Shades of Medium Violet Red #BC0F99

Tints of Medium Violet Red #BC0F99

Color information

#BC0F99 (or 0xBC0F99) is unknown color: approx Medium Violet Red. HEX triplet: BC, 0F and 99. RGB value is (188,15,153). Sum of RGB (Red+Green+Blue) = 188+15+153=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0F99 is #43F066. Grayscale: #525252. Windows color (decimal): -4452455 or 10031036. OLE color: 10031036.

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

Color convert

RGB18815153-
CMYK00.920.190.26
HSL312.14º85.22%39.8%-
HSV(B)312.14º92.02%73.73%-
XYZ26.6613.3331.31-
YUV82.46167.81203.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 15 (6.25% from 255) = 4.21%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=52.81%
G=4.21%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881515300.920.190.26312.1485.2239.8
HexBCF9905C131A1385528
Octal274172310134233247012550
Binary101111001111100110010101110010011110101001110001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc0f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc0f99; }

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

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

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

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

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

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

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

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