#BE2E81

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

Shades of Medium Red Violet #BE2E81

Tints of Medium Red Violet #BE2E81

Color information

#BE2E81 (or 0xBE2E81) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2E and 81. RGB value is (190,46,129). Sum of RGB (Red+Green+Blue) = 190+46+129=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2E81 is #41D17E. Grayscale: #626262. Windows color (decimal): -4313471 or 8466110. OLE color: 8466110.

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

Color convert

RGB19046129-
CMYK00.760.320.25
HSL325.42º61.02%46.27%-
HSV(B)325.42º75.79%74.51%-
XYZ26.1714.4922.19-
YUV98.52145.21193.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=52.05%
G=12.60%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904612900.760.320.25325.4261.0246.27
HexBE2E8104C20191453d2e
Octal27656201011440315057556
Binary10111110101110100000010100110010000011001101000101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E81; }

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

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

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

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

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

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

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

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