#BE0E82

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

Shades of Medium Violet Red #BE0E82

Tints of Medium Violet Red #BE0E82

Color information

#BE0E82 (or 0xBE0E82) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0E and 82. RGB value is (190,14,130). Sum of RGB (Red+Green+Blue) = 190+14+130=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0E82 is #41F17D. Grayscale: #4F4F4F. Windows color (decimal): -4321662 or 8523454. OLE color: 8523454.

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

Color convert

RGB19014130-
CMYK00.930.320.25
HSL320.45º86.27%40%-
HSV(B)320.45º92.63%74.51%-
XYZ25.4212.8722.26-
YUV79.85156.31206.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 14 (5.86% from 255) = 4.19%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=56.89%
G=4.19%
B=38.92%

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
Decimal1901413000.930.320.25320.4586.2740
HexBEE8205D20191405628
Octal276162020135403150012650
Binary1011111011101000001001011101100000110011010000001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E82; }

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

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

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

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

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

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

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

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