#BE1B81

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

Shades of Medium Violet Red #BE1B81

Tints of Medium Violet Red #BE1B81

Color information

#BE1B81 (or 0xBE1B81) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1B and 81. RGB value is (190,27,129). Sum of RGB (Red+Green+Blue) = 190+27+129=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1B81 is #41E47E. Grayscale: #575757. Windows color (decimal): -4318335 or 8461246. OLE color: 8461246.

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

Color convert

RGB19027129-
CMYK00.860.320.25
HSL322.45º75.12%42.55%-
HSV(B)322.45º85.79%74.51%-
XYZ25.5913.3221.99-
YUV87.36151.5201.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.91%
GREEN value IS 27 (10.94% from 255) = 7.80%
BLUE value IS 129 (50.78% from 255) = 37.28%
R=54.91%
G=7.80%
B=37.28%

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
Decimal1902712900.860.320.25322.4575.1242.55
HexBE1B8105620191424b2b
Octal276332010126403150211353
Binary10111110110111000000101010110100000110011010000101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1B81; }

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

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

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

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

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

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

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

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