Html Css Color HEX #BD20DB Deep Magenta

📋 copy color: '#BD20DB'

red 189 ◦ green 32 ◦ blue 219

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

Shades of Deep Magenta #BD20DB

Tints of Deep Magenta #BD20DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 42.95%
G = 7.27%
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

#BD20DB (or 0xBD20DB) is known color: Deep Magenta. HEX triplet: BD, 20 and DB. RGB value is (189,32,219). Sum of RGB (Red+Green+Blue) = 189+32+219=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD20DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20DB is #42DF24. Grayscale: #636363. Windows color (decimal): -4382501 or 14360765. OLE color: 14360765.

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

Color convert

RGB 189 32 219 -
CMYK 0.14 0.85 0 0.14
HSL 290.37º 0.75% 0.49% -
HSV(B) 290.37º 0.85% 0.86% -
XYZ 34.29 16.97 68.49 -
YUV 100.26 195.01 191.29 -
System Red Green Blue C M Y K H S L
Decimal 189 32 219 0.14 0.85 0 0.14 290.37 0.75 0.49
Hex BD 20 DB E 55 0 E 122 4B 31
Octal 275 40 333 16 125 0 16 442 113 61
Binary 10111101 100000 11011011 1110 1010101 0 1110 100100010 1001011 110001

Color Harmonies of #BD20DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20DB

Black with #BD20DB

Text Example


Text Example

White with #BD20DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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