#be1999

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

Shades of Medium Violet Red #BE1999

Tints of Medium Violet Red #BE1999

Color information

#BE1999 (or 0xBE1999) is unknown color: approx Medium Violet Red. HEX triplet: BE, 19 and 99. RGB value is (190,25,153). Sum of RGB (Red+Green+Blue) = 190+25+153=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1999 is #41E666. Grayscale: #585858. Windows color (decimal): -4318823 or 10033598. OLE color: 10033598.

HSL color Cylindrical-coordinate representation of color #BE1999: hue angle of 313.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1999 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19025153-
CMYK00.870.190.25
HSL313.45º76.74%42.16%-
HSV(B)313.45º86.84%74.51%-
XYZ27.3313.9431.39-
YUV88.93164.16200.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 25 (10.16% from 255) = 6.79%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=51.63%
G=6.79%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902515300.870.190.25313.4576.7442.16
HexBE199905713191394d2a
Octal276312310127233147111552
Binary1011111011001100110010101011110011110011001110011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be1999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be1999; }

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

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

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

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

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

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

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

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