Html Css Color HEX #BD00AD Deep Magenta

📋 copy color: '#BD00AD'

red 189 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #BD00AD

Tints of Deep Magenta #BD00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.21%
G = 0%
B = 47.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD00AD (or 0xBD00AD) is known color: Deep Magenta. HEX triplet: BD, 00 and AD. RGB value is (189,0,173). Sum of RGB (Red+Green+Blue) = 189+0+173=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD00AD is #42FF52. Grayscale: #4B4B4B. Windows color (decimal): -4390739 or 11337917. OLE color: 11337917.

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

Color convert

RGB 189 0 173 -
CMYK 0 1 0.08 0.26
HSL 305.08º 1% 0.37% -
HSV(B) 305.08º 1% 0.74% -
XYZ 28.53 13.84 40.7 -
YUV 76.23 182.62 208.43 -
System Red Green Blue C M Y K H S L
Decimal 189 0 173 0 1 0.08 0.26 305.08 1 0.37
Hex BD 0 AD 0 64 8 1A 131 64 25
Octal 275 0 255 0 144 10 32 461 144 45
Binary 10111101 0 10101101 0 1100100 1000 11010 100110001 1100100 100101

Color Harmonies of #BD00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD00AD

Black with #BD00AD

Text Example


Text Example

White with #BD00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD00AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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