#BE0E70

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

Shades of Medium Violet Red #BE0E70

Tints of Medium Violet Red #BE0E70

Color information

#BE0E70 (or 0xBE0E70) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0E and 70. RGB value is (190,14,112). Sum of RGB (Red+Green+Blue) = 190+14+112=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0E70 is #41F18F. Grayscale: #4D4D4D. Windows color (decimal): -4321680 or 7343806. OLE color: 7343806.

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

Color convert

RGB19014112-
CMYK00.930.410.25
HSL326.59º86.27%40%-
HSV(B)326.59º92.63%74.51%-
XYZ24.3212.4316.45-
YUV77.8147.31208.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 14 (5.86% from 255) = 4.43%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=60.13%
G=4.43%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901411200.930.410.25326.5986.2740
HexBEE7005D29191475628
Octal276161600135513150712650
Binary101111101110111000001011101101001110011010001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E70; }

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

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

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

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

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

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

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

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