#BE2DA8

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

Shades of Medium Red Violet #BE2DA8

Tints of Medium Red Violet #BE2DA8

Color information

#BE2DA8 (or 0xBE2DA8) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2D and A8. RGB value is (190,45,168). Sum of RGB (Red+Green+Blue) = 190+45+168=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2DA8 is #41D257. Grayscale: #666666. Windows color (decimal): -4313688 or 11021758. OLE color: 11021758.

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

Color convert

RGB19045168-
CMYK00.760.120.25
HSL309.1º61.7%46.08%-
HSV(B)309.1º76.32%74.51%-
XYZ29.2415.6538.53-
YUV102.38165.04190.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 45 (17.97% from 255) = 11.17%
BLUE value IS 168 (66.02% from 255) = 41.69%
R=47.15%
G=11.17%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904516800.760.120.25309.161.746.08
HexBE2DA804CC191353e2e
Octal27655250011414314657656
Binary101111101011011010100001001100110011001100110101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2DA8; }

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

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

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

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

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

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

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

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