Html Css Color HEX #BD19DA Deep Magenta

📋 copy color: '#BD19DA'

red 189 ◦ green 25 ◦ blue 218

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

Shades of Deep Magenta #BD19DA

Tints of Deep Magenta #BD19DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 43.75%
G = 5.79%
B = 50.46%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD19DA (or 0xBD19DA) is known color: Deep Magenta. HEX triplet: BD, 19 and DA. RGB value is (189,25,218). Sum of RGB (Red+Green+Blue) = 189+25+218=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD19DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19DA is #42E625. Grayscale: #5F5F5F. Windows color (decimal): -4384294 or 14293437. OLE color: 14293437.

HSL color Cylindrical-coordinate representation of color #BD19DA: hue angle of 290.98º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD19DA is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 25 218 -
CMYK 0.13 0.89 0 0.15
HSL 290.98º 0.79% 0.48% -
HSV(B) 290.98º 0.89% 0.85% -
XYZ 33.99 16.58 67.74 -
YUV 96.04 196.83 194.31 -
System Red Green Blue C M Y K H S L
Decimal 189 25 218 0.13 0.89 0 0.15 290.98 0.79 0.48
Hex BD 19 DA D 59 0 F 123 4F 30
Octal 275 31 332 15 131 0 17 443 117 60
Binary 10111101 11001 11011010 1101 1011001 0 1111 100100011 1001111 110000

Color Harmonies of #BD19DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19DA

Black with #BD19DA

Text Example


Text Example

White with #BD19DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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