Html Css Color HEX #BD15AD Deep Magenta

📋 copy color: '#BD15AD'

red 189 ◦ green 21 ◦ blue 173

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

Shades of Deep Magenta #BD15AD

Tints of Deep Magenta #BD15AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.48%

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

R = 49.35%
G = 5.48%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD15AD (or 0xBD15AD) is known color: Deep Magenta. HEX triplet: BD, 15 and AD. RGB value is (189,21,173). Sum of RGB (Red+Green+Blue) = 189+21+173=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD15AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD15AD is #42EA52. Grayscale: #585858. Windows color (decimal): -4385363 or 11343293. OLE color: 11343293.

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

Color convert

RGB 189 21 173 -
CMYK 0 0.89 0.08 0.26
HSL 305.71º 0.8% 0.41% -
HSV(B) 305.71º 0.89% 0.74% -
XYZ 28.8 14.37 40.79 -
YUV 88.56 175.66 199.64 -
System Red Green Blue C M Y K H S L
Decimal 189 21 173 0 0.89 0.08 0.26 305.71 0.8 0.41
Hex BD 15 AD 0 59 8 1A 132 50 29
Octal 275 25 255 0 131 10 32 462 120 51
Binary 10111101 10101 10101101 0 1011001 1000 11010 100110010 1010000 101001

Color Harmonies of #BD15AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD15AD

Black with #BD15AD

Text Example


Text Example

White with #BD15AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD15AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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