#BE0E72

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

Shades of Medium Violet Red #BE0E72

Tints of Medium Violet Red #BE0E72

Color information

#BE0E72 (or 0xBE0E72) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0E and 72. RGB value is (190,14,114). Sum of RGB (Red+Green+Blue) = 190+14+114=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0E72 is #41F18D. Grayscale: #4D4D4D. Windows color (decimal): -4321678 or 7474878. OLE color: 7474878.

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

Color convert

RGB19014114-
CMYK00.930.400.25
HSL325.91º86.27%40%-
HSV(B)325.91º92.63%74.51%-
XYZ24.4312.4817.04-
YUV78.02148.31207.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.75%
GREEN value IS 14 (5.86% from 255) = 4.40%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=59.75%
G=4.40%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901411400.930.400.25325.9186.2740
HexBEE7205D28191465628
Octal276161620135503150612650
Binary101111101110111001001011101101000110011010001101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E72; }

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

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

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

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

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

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

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

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