#BE0E8A

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

Shades of Medium Violet Red #BE0E8A

Tints of Medium Violet Red #BE0E8A

Color information

#BE0E8A (or 0xBE0E8A) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0E and 8A. RGB value is (190,14,138). Sum of RGB (Red+Green+Blue) = 190+14+138=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0E8A is #41F175. Grayscale: #505050. Windows color (decimal): -4321654 or 9047742. OLE color: 9047742.

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

Color convert

RGB19014138-
CMYK00.930.270.25
HSL317.73º86.27%40%-
HSV(B)317.73º92.63%74.51%-
XYZ25.9813.125.2-
YUV80.76160.31205.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.56%
GREEN value IS 14 (5.86% from 255) = 4.09%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=55.56%
G=4.09%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901413800.930.270.25317.7386.2740
HexBEE8A05D1B1913e5628
Octal276162120135333147612650
Binary101111101110100010100101110111011110011001111101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E8A; }

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

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

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

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

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

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

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

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