#BE0999

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

Shades of Medium Violet Red #BE0999

Tints of Medium Violet Red #BE0999

Color information

#BE0999 (or 0xBE0999) is unknown color: approx Medium Violet Red. HEX triplet: BE, 09 and 99. RGB value is (190,9,153). Sum of RGB (Red+Green+Blue) = 190+9+153=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0999 is #41F666. Grayscale: #4F4F4F. Windows color (decimal): -4322919 or 10029502. OLE color: 10029502.

HSL color Cylindrical-coordinate representation of color #BE0999: hue angle of 312.27º degrees, saturation: 0.91, 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 #BE0999 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB1909153-
CMYK00.950.190.25
HSL312.27º90.95%39.02%-
HSV(B)312.27º95.26%74.51%-
XYZ27.0813.4431.3-
YUV79.54169.47206.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.98%
GREEN value IS 9 (3.91% from 255) = 2.56%
BLUE value IS 153 (60.16% from 255) = 43.47%
R=53.98%
G=2.56%
B=43.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190915300.950.190.25312.2790.9539.02
HexBE99905F13191385b27
Octal276112310137233147013347
Binary101111101001100110010101111110011110011001110001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0999; }

 p { color: rgb(190,9,153); }

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

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

 a { background-color: rgb(190,9,153); }

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

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

 span { border-color: rgb(190,9,153); }

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