#BC0E87

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

Shades of Medium Violet Red #BC0E87

Tints of Medium Violet Red #BC0E87

Color information

#BC0E87 (or 0xBC0E87) is unknown color: approx Medium Violet Red. HEX triplet: BC, 0E and 87. RGB value is (188,14,135). Sum of RGB (Red+Green+Blue) = 188+14+135=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0E87 is #43F178. Grayscale: #4F4F4F. Windows color (decimal): -4452729 or 8851132. OLE color: 8851132.

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

Color convert

RGB18814135-
CMYK00.930.280.26
HSL318.28º86.14%39.61%-
HSV(B)318.28º92.55%73.73%-
XYZ25.2712.7524.05-
YUV79.82159.15205.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.79%
GREEN value IS 14 (5.86% from 255) = 4.15%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=55.79%
G=4.15%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881413500.930.280.26318.2886.1439.61
HexBCE8705D1C1A13e5628
Octal274162070135343247612650
Binary101111001110100001110101110111100110101001111101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0E87; }

 p { color: rgb(188,14,135); }

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

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

 a { background-color: rgb(188,14,135); }

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

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

 span { border-color: rgb(188,14,135); }

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