Html Css Color HEX #BD10AD Deep Magenta

📋 copy color: '#BD10AD'

red 189 ◦ green 16 ◦ blue 173

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

Shades of Deep Magenta #BD10AD

Tints of Deep Magenta #BD10AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.23%

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

R = 50%
G = 4.23%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD10AD (or 0xBD10AD) is known color: Deep Magenta. HEX triplet: BD, 10 and AD. RGB value is (189,16,173). Sum of RGB (Red+Green+Blue) = 189+16+173=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD10AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD10AD is #42EF52. Grayscale: #555555. Windows color (decimal): -4386643 or 11342013. OLE color: 11342013.

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

Color convert

RGB 189 16 173 -
CMYK 0 0.92 0.08 0.26
HSL 305.55º 0.84% 0.4% -
HSV(B) 305.55º 0.92% 0.74% -
XYZ 28.71 14.21 40.76 -
YUV 85.63 177.31 201.73 -
System Red Green Blue C M Y K H S L
Decimal 189 16 173 0 0.92 0.08 0.26 305.55 0.84 0.4
Hex BD 10 AD 0 5C 8 1A 132 54 28
Octal 275 20 255 0 134 10 32 462 124 50
Binary 10111101 10000 10101101 0 1011100 1000 11010 100110010 1010100 101000

Color Harmonies of #BD10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD10AD

Black with #BD10AD

Text Example


Text Example

White with #BD10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD10AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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