#BE1A81

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

Shades of Medium Violet Red #BE1A81

Tints of Medium Violet Red #BE1A81

Color information

#BE1A81 (or 0xBE1A81) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1A and 81. RGB value is (190,26,129). Sum of RGB (Red+Green+Blue) = 190+26+129=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1A81 is #41E57E. Grayscale: #565656. Windows color (decimal): -4318591 or 8460990. OLE color: 8460990.

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

Color convert

RGB19026129-
CMYK00.860.320.25
HSL322.32º75.93%42.35%-
HSV(B)322.32º86.32%74.51%-
XYZ25.5713.2721.98-
YUV86.78151.83201.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 26 (10.55% from 255) = 7.54%
BLUE value IS 129 (50.78% from 255) = 37.39%
R=55.07%
G=7.54%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902612900.860.320.25322.3275.9342.35
HexBE1A8105620191424c2a
Octal276322010126403150211452
Binary10111110110101000000101010110100000110011010000101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A81; }

 p { color: rgb(190,26,129); }

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

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

 a { background-color: rgb(190,26,129); }

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

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

 span { border-color: rgb(190,26,129); }

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