#BC0E70

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

Shades of Medium Violet Red #BC0E70

Tints of Medium Violet Red #BC0E70

Color information

#BC0E70 (or 0xBC0E70) is unknown color: approx Medium Violet Red. HEX triplet: BC, 0E and 70. RGB value is (188,14,112). Sum of RGB (Red+Green+Blue) = 188+14+112=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E70 is #43F18F. Grayscale: #4C4C4C. Windows color (decimal): -4452752 or 7343804. OLE color: 7343804.

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

Color convert

RGB18814112-
CMYK00.930.400.26
HSL326.21º86.14%39.61%-
HSV(B)326.21º92.55%73.73%-
XYZ23.8212.1816.42-
YUV77.2147.65207.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.87%
GREEN value IS 14 (5.86% from 255) = 4.46%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=59.87%
G=4.46%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881411200.930.400.26326.2186.1439.61
HexBCE7005D281A1465628
Octal274161600135503250612650
Binary101111001110111000001011101101000110101010001101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0E70; }

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

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

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

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

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

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

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

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