#BD21D8

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

Shades of Deep Magenta #BD21D8

Tints of Deep Magenta #BD21D8

Color information

#BD21D8 (or 0xBD21D8) is unknown color: approx Deep Magenta. HEX triplet: BD, 21 and D8. RGB value is (189,33,216). Sum of RGB (Red+Green+Blue) = 189+33+216=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD21D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21D8 is #42DE27. Grayscale: #636363. Windows color (decimal): -4382248 or 14164413. OLE color: 14164413.

HSL color Cylindrical-coordinate representation of color #BD21D8: hue angle of 291.15º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD21D8 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18933216-
CMYK0.120.8500.15
HSL291.15º73.49%48.82%-
HSV(B)291.15º84.72%84.71%-
XYZ33.9216.8666.43-
YUV100.51193.18191.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 33 (13.28% from 255) = 7.53%
BLUE value IS 216 (84.77% from 255) = 49.32%
R=43.15%
G=7.53%
B=49.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189332160.120.8500.15291.1573.4948.82
HexBD21D8C550F1234931
Octal275413301412501744311161
Binary101111011000011101100011001010101011111001000111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD21D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD21D8; }

 p { color: rgb(189,33,216); }

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

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

 a { background-color: rgb(189,33,216); }

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

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

 span { border-color: rgb(189,33,216); }

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