#BE19A0

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

Shades of Medium Violet Red #BE19A0

Tints of Medium Violet Red #BE19A0

Color information

#BE19A0 (or 0xBE19A0) is unknown color: approx Medium Violet Red. HEX triplet: BE, 19 and A0. RGB value is (190,25,160). Sum of RGB (Red+Green+Blue) = 190+25+160=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE19A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE19A0 is #41E65F. Grayscale: #595959. Windows color (decimal): -4318816 or 10492350. OLE color: 10492350.

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

Color convert

RGB19025160-
CMYK00.870.160.25
HSL310.91º76.74%42.16%-
HSV(B)310.91º86.84%74.51%-
XYZ27.9314.1834.52-
YUV89.72167.66199.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 160 (62.89% from 255) = 42.67%
R=50.67%
G=6.67%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902516000.870.160.25310.9176.7442.16
HexBE19A005710191374d2a
Octal276312400127203146711552
Binary1011111011001101000000101011110000110011001101111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE19A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE19A0; }

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

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

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

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

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

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

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

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