#BE0E73

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

Shades of Medium Violet Red #BE0E73

Tints of Medium Violet Red #BE0E73

Color information

#BE0E73 (or 0xBE0E73) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0E and 73. RGB value is (190,14,115). Sum of RGB (Red+Green+Blue) = 190+14+115=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0E73 is #41F18C. Grayscale: #4D4D4D. Windows color (decimal): -4321677 or 7540414. OLE color: 7540414.

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

Color convert

RGB19014115-
CMYK00.930.390.25
HSL325.57º86.27%40%-
HSV(B)325.57º92.63%74.51%-
XYZ24.4912.517.34-
YUV78.14148.81207.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 14 (5.86% from 255) = 4.39%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=59.56%
G=4.39%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901411500.930.390.25325.5786.2740
HexBEE7305D27191465628
Octal276161630135473150612650
Binary101111101110111001101011101100111110011010001101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E73; }

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

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

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

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

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

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

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

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