Html Css Color HEX #BD19DB Deep Magenta

📋 copy color: '#BD19DB'

red 189 ◦ green 25 ◦ blue 219

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

Shades of Deep Magenta #BD19DB

Tints of Deep Magenta #BD19DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.77%

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

R = 43.65%
G = 5.77%
B = 50.58%

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

#BD19DB (or 0xBD19DB) is known color: Deep Magenta. HEX triplet: BD, 19 and DB. RGB value is (189,25,219). Sum of RGB (Red+Green+Blue) = 189+25+219=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD19DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19DB is #42E624. Grayscale: #5F5F5F. Windows color (decimal): -4384293 or 14358973. OLE color: 14358973.

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

Color convert

RGB 189 25 219 -
CMYK 0.14 0.89 0 0.14
HSL 290.72º 0.8% 0.48% -
HSV(B) 290.72º 0.89% 0.86% -
XYZ 34.12 16.63 68.43 -
YUV 96.15 197.33 194.23 -
System Red Green Blue C M Y K H S L
Decimal 189 25 219 0.14 0.89 0 0.14 290.72 0.8 0.48
Hex BD 19 DB E 59 0 E 123 50 30
Octal 275 31 333 16 131 0 16 443 120 60
Binary 10111101 11001 11011011 1110 1011001 0 1110 100100011 1010000 110000

Color Harmonies of #BD19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19DB

Black with #BD19DB

Text Example


Text Example

White with #BD19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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