#BE0E81

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

Shades of Medium Violet Red #BE0E81

Tints of Medium Violet Red #BE0E81

Color information

#BE0E81 (or 0xBE0E81) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0E and 81. RGB value is (190,14,129). Sum of RGB (Red+Green+Blue) = 190+14+129=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0E81 is #41F17E. Grayscale: #4F4F4F. Windows color (decimal): -4321663 or 8457918. OLE color: 8457918.

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

Color convert

RGB19014129-
CMYK00.930.320.25
HSL320.8º86.27%40%-
HSV(B)320.8º92.63%74.51%-
XYZ25.3512.8521.91-
YUV79.73155.81206.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 14 (5.86% from 255) = 4.20%
BLUE value IS 129 (50.78% from 255) = 38.74%
R=57.06%
G=4.20%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901412900.930.320.25320.886.2740
HexBEE8105D20191415628
Octal276162010135403150112650
Binary1011111011101000000101011101100000110011010000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E81; }

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

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

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

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

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

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

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

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