Html Css Color HEX #BD17AD Deep Magenta

📋 copy color: '#BD17AD'

red 189 ◦ green 23 ◦ blue 173

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

Shades of Deep Magenta #BD17AD

Tints of Deep Magenta #BD17AD

RGB

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

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

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

R = 49.09%
G = 5.97%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD17AD (or 0xBD17AD) is known color: Deep Magenta. HEX triplet: BD, 17 and AD. RGB value is (189,23,173). Sum of RGB (Red+Green+Blue) = 189+23+173=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17AD is #42E852. Grayscale: #595959. Windows color (decimal): -4384851 or 11343805. OLE color: 11343805.

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

Color convert

RGB 189 23 173 -
CMYK 0 0.88 0.08 0.26
HSL 305.78º 0.78% 0.42% -
HSV(B) 305.78º 0.88% 0.74% -
XYZ 28.84 14.45 40.8 -
YUV 89.73 175 198.8 -
System Red Green Blue C M Y K H S L
Decimal 189 23 173 0 0.88 0.08 0.26 305.78 0.78 0.42
Hex BD 17 AD 0 58 8 1A 132 4E 2A
Octal 275 27 255 0 130 10 32 462 116 52
Binary 10111101 10111 10101101 0 1011000 1000 11010 100110010 1001110 101010

Color Harmonies of #BD17AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17AD

Black with #BD17AD

Text Example


Text Example

White with #BD17AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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