#BE0F9E

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

Shades of Medium Violet Red #BE0F9E

Tints of Medium Violet Red #BE0F9E

Color information

#BE0F9E (or 0xBE0F9E) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0F and 9E. RGB value is (190,15,158). Sum of RGB (Red+Green+Blue) = 190+15+158=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0F9E is #41F061. Grayscale: #535353. Windows color (decimal): -4321378 or 10358718. OLE color: 10358718.

HSL color Cylindrical-coordinate representation of color #BE0F9E: hue angle of 310.97º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0F9E is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19015158-
CMYK00.920.170.25
HSL310.97º85.37%40.2%-
HSV(B)310.97º92.11%74.51%-
XYZ27.5813.7633.55-
YUV83.63169.98203.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 15 (6.25% from 255) = 4.13%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=52.34%
G=4.13%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901515800.920.170.25310.9785.3740.2
HexBEF9E05C11191375528
Octal276172360134213146712550
Binary101111101111100111100101110010001110011001101111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0F9E; }

 p { color: rgb(190,15,158); }

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

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

 a { background-color: rgb(190,15,158); }

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

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

 span { border-color: rgb(190,15,158); }

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