#BE0E92

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

Shades of Medium Violet Red #BE0E92

Tints of Medium Violet Red #BE0E92

Color information

#BE0E92 (or 0xBE0E92) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0E and 92. RGB value is (190,14,146). Sum of RGB (Red+Green+Blue) = 190+14+146=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0E92 is #41F16D. Grayscale: #515151. Windows color (decimal): -4321646 or 9572030. OLE color: 9572030.

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

Color convert

RGB19014146-
CMYK00.930.230.25
HSL315º86.27%40%-
HSV(B)315º92.63%74.51%-
XYZ26.5813.3428.37-
YUV81.67164.31205.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 14 (5.86% from 255) = 4%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=54.29%
G=4%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901414600.930.230.2531586.2740
HexBEE9205D171913b5628
Octal276162220135273147312650
Binary101111101110100100100101110110111110011001110111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E92; }

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

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

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

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

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

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

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

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