Html Css Color HEX #BD21DC Deep Magenta

📋 copy color: '#BD21DC'

red 189 ◦ green 33 ◦ blue 220

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

Shades of Deep Magenta #BD21DC

Tints of Deep Magenta #BD21DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 42.76%
G = 7.47%
B = 49.77%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD21DC (or 0xBD21DC) is known color: Deep Magenta. HEX triplet: BD, 21 and DC. RGB value is (189,33,220). Sum of RGB (Red+Green+Blue) = 189+33+220=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD21DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21DC is #42DE23. Grayscale: #646464. Windows color (decimal): -4382244 or 14426557. OLE color: 14426557.

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

Color convert

RGB 189 33 220 -
CMYK 0.14 0.85 0 0.14
HSL 290.05º 0.74% 0.5% -
HSV(B) 290.05º 0.85% 0.86% -
XYZ 34.45 17.07 69.19 -
YUV 100.96 195.18 190.79 -
System Red Green Blue C M Y K H S L
Decimal 189 33 220 0.14 0.85 0 0.14 290.05 0.74 0.5
Hex BD 21 DC E 55 0 E 122 4A 32
Octal 275 41 334 16 125 0 16 442 112 62
Binary 10111101 100001 11011100 1110 1010101 0 1110 100100010 1001010 110010

Color Harmonies of #BD21DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD21DC

Black with #BD21DC

Text Example


Text Example

White with #BD21DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD21DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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