#BE21AE

Color #BE21AE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BE21AE

Tints of Deep Magenta #BE21AE

Color information

#BE21AE (or 0xBE21AE) is unknown color: approx Deep Magenta. HEX triplet: BE, 21 and AE. RGB value is (190,33,174). Sum of RGB (Red+Green+Blue) = 190+33+174=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE21AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE21AE is #41DE51. Grayscale: #5F5F5F. Windows color (decimal): -4316754 or 11411902. OLE color: 11411902.

HSL color Cylindrical-coordinate representation of color #BE21AE: hue angle of 306.11º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE21AE is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19033174-
CMYK00.830.080.25
HSL306.11º70.4%43.73%-
HSV(B)306.11º82.63%74.51%-
XYZ29.4215.0941.41-
YUV96.02172.01195.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 33 (13.28% from 255) = 8.31%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=47.86%
G=8.31%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903317400.830.080.25306.1170.443.73
HexBE21AE053819132462c
Octal276412560123103146210654
Binary1011111010000110101110010100111000110011001100101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE21AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE21AE; }

 p { color: rgb(190,33,174); }

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

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

 a { background-color: rgb(190,33,174); }

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

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

 span { border-color: rgb(190,33,174); }

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