#BE2D90

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

Shades of Medium Red Violet #BE2D90

Tints of Medium Red Violet #BE2D90

Color information

#BE2D90 (or 0xBE2D90) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2D and 90. RGB value is (190,45,144). Sum of RGB (Red+Green+Blue) = 190+45+144=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2D90 is #41D26F. Grayscale: #636363. Windows color (decimal): -4313712 or 9448894. OLE color: 9448894.

HSL color Cylindrical-coordinate representation of color #BE2D90: hue angle of 319.03º degrees, saturation: 0.62, 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 #BE2D90 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19045144-
CMYK00.760.240.25
HSL319.03º61.7%46.08%-
HSV(B)319.03º76.32%74.51%-
XYZ27.2114.8427.82-
YUV99.64153.04192.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 45 (17.97% from 255) = 11.87%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=50.13%
G=11.87%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904514400.760.240.25319.0361.746.08
HexBE2D9004C181913f3e2e
Octal27655220011430314777656
Binary1011111010110110010000010011001100011001100111111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D90; }

 p { color: rgb(190,45,144); }

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

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

 a { background-color: rgb(190,45,144); }

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

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

 span { border-color: rgb(190,45,144); }

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