#BD22D5

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

Shades of Deep Magenta #BD22D5

Tints of Deep Magenta #BD22D5

Color information

#BD22D5 (or 0xBD22D5) is unknown color: approx Deep Magenta. HEX triplet: BD, 22 and D5. RGB value is (189,34,213). Sum of RGB (Red+Green+Blue) = 189+34+213=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD22D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22D5 is #42DD2A. Grayscale: #646464. Windows color (decimal): -4381995 or 13968061. OLE color: 13968061.

HSL color Cylindrical-coordinate representation of color #BD22D5: hue angle of 291.96º 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 #BD22D5 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18934213-
CMYK0.110.8400.16
HSL291.96º72.47%48.43%-
HSV(B)291.96º84.04%83.53%-
XYZ33.5716.7764.42-
YUV100.75191.35190.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 34 (13.67% from 255) = 7.80%
BLUE value IS 213 (83.59% from 255) = 48.85%
R=43.35%
G=7.80%
B=48.85%

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
Decimal189342130.110.8400.16291.9672.4748.43
HexBD22D5B540101244830
Octal275423251312402044411060
Binary1011110110001011010101101110101000100001001001001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD22D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD22D5; }

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

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

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

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

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

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

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

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