Html Css Color HEX #BD11AD Deep Magenta

📋 copy color: '#BD11AD'

red 189 ◦ green 17 ◦ blue 173

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

Shades of Deep Magenta #BD11AD

Tints of Deep Magenta #BD11AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.49%

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

R = 49.87%
G = 4.49%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD11AD (or 0xBD11AD) is known color: Deep Magenta. HEX triplet: BD, 11 and AD. RGB value is (189,17,173). Sum of RGB (Red+Green+Blue) = 189+17+173=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD11AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD11AD is #42EE52. Grayscale: #555555. Windows color (decimal): -4386387 or 11342269. OLE color: 11342269.

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

Color convert

RGB 189 17 173 -
CMYK 0 0.91 0.08 0.26
HSL 305.58º 0.83% 0.4% -
HSV(B) 305.58º 0.91% 0.74% -
XYZ 28.73 14.24 40.77 -
YUV 86.21 176.98 201.32 -
System Red Green Blue C M Y K H S L
Decimal 189 17 173 0 0.91 0.08 0.26 305.58 0.83 0.4
Hex BD 11 AD 0 5B 8 1A 132 53 28
Octal 275 21 255 0 133 10 32 462 123 50
Binary 10111101 10001 10101101 0 1011011 1000 11010 100110010 1010011 101000

Color Harmonies of #BD11AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD11AD

Black with #BD11AD

Text Example


Text Example

White with #BD11AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD11AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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