Html Css Color HEX #BD19AD Deep Magenta

📋 copy color: '#BD19AD'

red 189 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #BD19AD

Tints of Deep Magenta #BD19AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 48.84%
G = 6.46%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD19AD (or 0xBD19AD) is known color: Deep Magenta. HEX triplet: BD, 19 and AD. RGB value is (189,25,173). Sum of RGB (Red+Green+Blue) = 189+25+173=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD19AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD19AD is #42E652. Grayscale: #5A5A5A. Windows color (decimal): -4384339 or 11344317. OLE color: 11344317.

HSL color Cylindrical-coordinate representation of color #BD19AD: hue angle of 305.85º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD19AD is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 25 173 -
CMYK 0 0.87 0.08 0.26
HSL 305.85º 0.77% 0.42% -
HSV(B) 305.85º 0.87% 0.74% -
XYZ 28.88 14.53 40.82 -
YUV 90.91 174.33 197.97 -
System Red Green Blue C M Y K H S L
Decimal 189 25 173 0 0.87 0.08 0.26 305.85 0.77 0.42
Hex BD 19 AD 0 57 8 1A 132 4D 2A
Octal 275 31 255 0 127 10 32 462 115 52
Binary 10111101 11001 10101101 0 1010111 1000 11010 100110010 1001101 101010

Color Harmonies of #BD19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19AD

Black with #BD19AD

Text Example


Text Example

White with #BD19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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