#BD22E1

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

Shades of Deep Magenta #BD22E1

Tints of Deep Magenta #BD22E1

Color information

#BD22E1 (or 0xBD22E1) is unknown color: approx Deep Magenta. HEX triplet: BD, 22 and E1. RGB value is (189,34,225). Sum of RGB (Red+Green+Blue) = 189+34+225=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD22E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22E1 is #42DD1E. Grayscale: #656565. Windows color (decimal): -4381983 or 14754493. OLE color: 14754493.

HSL color Cylindrical-coordinate representation of color #BD22E1: hue angle of 288.69º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD22E1 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18934225-
CMYK0.160.8500.12
HSL288.69º76.1%50.78%-
HSV(B)288.69º84.89%88.24%-
XYZ35.1517.472.74-
YUV102.12197.35189.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 34 (13.67% from 255) = 7.59%
BLUE value IS 225 (88.28% from 255) = 50.22%
R=42.19%
G=7.59%
B=50.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal189342250.160.8500.12288.6976.150.78
HexBD22E110550C1214c33
Octal275423412012501444111463
Binary1011110110001011100001100001010101011001001000011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD22E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD22E1; }

 p { color: rgb(189,34,225); }

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

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

 a { background-color: rgb(189,34,225); }

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

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

 span { border-color: rgb(189,34,225); }

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