#BE2D8D

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

Shades of Medium Red Violet #BE2D8D

Tints of Medium Red Violet #BE2D8D

Color information

#BE2D8D (or 0xBE2D8D) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2D and 8D. RGB value is (190,45,141). Sum of RGB (Red+Green+Blue) = 190+45+141=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2D8D is #41D272. Grayscale: #636363. Windows color (decimal): -4313715 or 9252286. OLE color: 9252286.

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

Color convert

RGB19045141-
CMYK00.760.260.25
HSL320.28º61.7%46.08%-
HSV(B)320.28º76.32%74.51%-
XYZ26.9814.7526.62-
YUV99.3151.54192.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 45 (17.97% from 255) = 11.97%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=50.53%
G=11.97%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904514100.760.260.25320.2861.746.08
HexBE2D8D04C1A191403e2e
Octal27655215011432315007656
Binary1011111010110110001101010011001101011001101000000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D8D; }

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

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

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

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

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

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

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

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