Html Css Color HEX #BD20DD Deep Magenta

📋 copy color: '#BD20DD'

red 189 ◦ green 32 ◦ blue 221

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

Shades of Deep Magenta #BD20DD

Tints of Deep Magenta #BD20DD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.24%

 BLUE value IS 221 (86.72% from 255) = 50%

R = 42.76%
G = 7.24%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD20DD (or 0xBD20DD) is known color: Deep Magenta. HEX triplet: BD, 20 and DD. RGB value is (189,32,221). Sum of RGB (Red+Green+Blue) = 189+32+221=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD20DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20DD is #42DF22. Grayscale: #636363. Windows color (decimal): -4382499 or 14491837. OLE color: 14491837.

HSL color Cylindrical-coordinate representation of color #BD20DD: hue angle of 289.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD20DD is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 32 221 -
CMYK 0.14 0.86 0 0.13
HSL 289.84º 0.75% 0.5% -
HSV(B) 289.84º 0.86% 0.87% -
XYZ 34.55 17.07 69.88 -
YUV 100.49 196.01 191.13 -
System Red Green Blue C M Y K H S L
Decimal 189 32 221 0.14 0.86 0 0.13 289.84 0.75 0.5
Hex BD 20 DD E 56 0 D 122 4B 32
Octal 275 40 335 16 126 0 15 442 113 62
Binary 10111101 100000 11011101 1110 1010110 0 1101 100100010 1001011 110010

Color Harmonies of #BD20DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20DD

Black with #BD20DD

Text Example


Text Example

White with #BD20DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20DD; }

 p { color: rgb(189,32,221); }

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

background-color css

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

 a { background-color: rgb(189,32,221); }

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

border-color css

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

 span { border-color: rgb(189,32,221); }

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