Html Css Color HEX #BD21D9 Deep Magenta

📋 copy color: '#BD21D9'

red 189 ◦ green 33 ◦ blue 217

#BD21D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BD21D9

Tints of Deep Magenta #BD21D9

RGB

 RED value IS 189 (74.22% from 255) = 43.05%

 GREEN value IS 33 (13.28% from 255) = 7.52%

 BLUE value IS 217 (85.16% from 255) = 49.43%

R = 43.05%
G = 7.52%
B = 49.43%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD21D9 (or 0xBD21D9) is known color: Deep Magenta. HEX triplet: BD, 21 and D9. RGB value is (189,33,217). Sum of RGB (Red+Green+Blue) = 189+33+217=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD21D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21D9 is #42DE26. Grayscale: #646464. Windows color (decimal): -4382247 or 14229949. OLE color: 14229949.

HSL color Cylindrical-coordinate representation of color #BD21D9: hue angle of 290.87º degrees, saturation: 0.74, 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 #BD21D9 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 33 217 -
CMYK 0.13 0.85 0 0.15
HSL 290.87º 0.74% 0.49% -
HSV(B) 290.87º 0.85% 0.85% -
XYZ 34.05 16.92 67.12 -
YUV 100.62 193.68 191.04 -
System Red Green Blue C M Y K H S L
Decimal 189 33 217 0.13 0.85 0 0.15 290.87 0.74 0.49
Hex BD 21 D9 D 55 0 F 123 4A 31
Octal 275 41 331 15 125 0 17 443 112 61
Binary 10111101 100001 11011001 1101 1010101 0 1111 100100011 1001010 110001

Color Harmonies of #BD21D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD21D9

Black with #BD21D9

Text Example


Text Example

White with #BD21D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD21D9; }

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

 H1.HeaderClassName
 {
   color: #BD21D9;
 }
 .AnyTagClassName
 {
   color: #BD21D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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