#BE0A87

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

Shades of Medium Violet Red #BE0A87

Tints of Medium Violet Red #BE0A87

Color information

#BE0A87 (or 0xBE0A87) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0A and 87. RGB value is (190,10,135). Sum of RGB (Red+Green+Blue) = 190+10+135=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0A87 is #41F578. Grayscale: #4D4D4D. Windows color (decimal): -4322681 or 8850110. OLE color: 8850110.

HSL color Cylindrical-coordinate representation of color #BE0A87: hue angle of 318.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0A87 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19010135-
CMYK00.950.290.25
HSL318.33º90%39.22%-
HSV(B)318.33º94.74%74.51%-
XYZ25.7212.9124.06-
YUV78.07160.13207.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=56.72%
G=2.99%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901013500.950.290.25318.339039.22
HexBEA8705F1D1913e5a27
Octal276122070137353147613247
Binary101111101010100001110101111111101110011001111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0A87; }

 p { color: rgb(190,10,135); }

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

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

 a { background-color: rgb(190,10,135); }

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

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

 span { border-color: rgb(190,10,135); }

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