#BE0F9F

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

Shades of Medium Violet Red #BE0F9F

Tints of Medium Violet Red #BE0F9F

Color information

#BE0F9F (or 0xBE0F9F) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0F and 9F. RGB value is (190,15,159). Sum of RGB (Red+Green+Blue) = 190+15+159=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0F9F is #41F060. Grayscale: #535353. Windows color (decimal): -4321377 or 10424254. OLE color: 10424254.

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

Color convert

RGB19015159-
CMYK00.920.160.25
HSL310.63º85.37%40.2%-
HSV(B)310.63º92.11%74.51%-
XYZ27.6613.7934-
YUV83.74170.48203.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 15 (6.25% from 255) = 4.12%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=52.20%
G=4.12%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901515900.920.160.25310.6385.3740.2
HexBEF9F05C10191375528
Octal276172370134203146712550
Binary101111101111100111110101110010000110011001101111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0F9F; }

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

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

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

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

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

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

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

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