#BE22D5

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

Shades of Deep Magenta #BE22D5

Tints of Deep Magenta #BE22D5

Color information

#BE22D5 (or 0xBE22D5) is unknown color: approx Deep Magenta. HEX triplet: BE, 22 and D5. RGB value is (190,34,213). Sum of RGB (Red+Green+Blue) = 190+34+213=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE22D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE22D5 is #41DD2A. Grayscale: #646464. Windows color (decimal): -4316459 or 13968062. OLE color: 13968062.

HSL color Cylindrical-coordinate representation of color #BE22D5: hue angle of 292.29º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE22D5 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19034213-
CMYK0.110.8400.16
HSL292.29º72.47%48.43%-
HSV(B)292.29º84.04%83.53%-
XYZ33.8216.964.43-
YUV101.05191.18191.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 34 (13.67% from 255) = 7.78%
BLUE value IS 213 (83.59% from 255) = 48.74%
R=43.48%
G=7.78%
B=48.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190342130.110.8400.16292.2972.4748.43
HexBE22D5B540101244830
Octal276423251312402044411060
Binary1011111010001011010101101110101000100001001001001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE22D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE22D5; }

 p { color: rgb(190,34,213); }

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

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

 a { background-color: rgb(190,34,213); }

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

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

 span { border-color: rgb(190,34,213); }

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