#BE1D81

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

Shades of Medium Violet Red #BE1D81

Tints of Medium Violet Red #BE1D81

Color information

#BE1D81 (or 0xBE1D81) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1D and 81. RGB value is (190,29,129). Sum of RGB (Red+Green+Blue) = 190+29+129=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1D81 is #41E27E. Grayscale: #585858. Windows color (decimal): -4317823 or 8461758. OLE color: 8461758.

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

Color convert

RGB19029129-
CMYK00.850.320.25
HSL322.73º73.52%42.94%-
HSV(B)322.73º84.74%74.51%-
XYZ25.6413.4122.01-
YUV88.54150.84200.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 29 (11.72% from 255) = 8.33%
BLUE value IS 129 (50.78% from 255) = 37.07%
R=54.60%
G=8.33%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902912900.850.320.25322.7373.5242.94
HexBE1D8105520191434a2b
Octal276352010125403150311253
Binary10111110111011000000101010101100000110011010000111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D81; }

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

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

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

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

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

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

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

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