#BE0E6E

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

Shades of Medium Violet Red #BE0E6E

Tints of Medium Violet Red #BE0E6E

Color information

#BE0E6E (or 0xBE0E6E) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0E and 6E. RGB value is (190,14,110). Sum of RGB (Red+Green+Blue) = 190+14+110=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0E6E is #41F191. Grayscale: #4D4D4D. Windows color (decimal): -4321682 or 7212734. OLE color: 7212734.

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

Color convert

RGB19014110-
CMYK00.930.420.25
HSL327.27º86.27%40%-
HSV(B)327.27º92.63%74.51%-
XYZ24.2112.3915.87-
YUV77.57146.31208.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.51%
GREEN value IS 14 (5.86% from 255) = 4.46%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=60.51%
G=4.46%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901411000.930.420.25327.2786.2740
HexBEE6E05D2A191475628
Octal276161560135523150712650
Binary101111101110110111001011101101010110011010001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E6E; }

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

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

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

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

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

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

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

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