Html Css Color HEX #BD17DB Deep Magenta

📋 copy color: '#BD17DB'

red 189 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #BD17DB

Tints of Deep Magenta #BD17DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.34%

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

R = 43.85%
G = 5.34%
B = 50.81%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD17DB (or 0xBD17DB) is known color: Deep Magenta. HEX triplet: BD, 17 and DB. RGB value is (189,23,219). Sum of RGB (Red+Green+Blue) = 189+23+219=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD17DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17DB is #42E824. Grayscale: #5E5E5E. Windows color (decimal): -4384805 or 14358461. OLE color: 14358461.

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

Color convert

RGB 189 23 219 -
CMYK 0.14 0.89 0 0.14
HSL 290.82º 0.81% 0.47% -
HSV(B) 290.82º 0.89% 0.86% -
XYZ 34.08 16.55 68.42 -
YUV 94.98 198 195.06 -
System Red Green Blue C M Y K H S L
Decimal 189 23 219 0.14 0.89 0 0.14 290.82 0.81 0.47
Hex BD 17 DB E 59 0 E 123 51 2F
Octal 275 27 333 16 131 0 16 443 121 57
Binary 10111101 10111 11011011 1110 1011001 0 1110 100100011 1010001 101111

Color Harmonies of #BD17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17DB

Black with #BD17DB

Text Example


Text Example

White with #BD17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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