Html Css Color HEX #BD0DAD Deep Magenta

📋 copy color: '#BD0DAD'

red 189 ◦ green 13 ◦ blue 173

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

Shades of Deep Magenta #BD0DAD

Tints of Deep Magenta #BD0DAD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.47%

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

R = 50.4%
G = 3.47%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD0DAD (or 0xBD0DAD) is known color: Deep Magenta. HEX triplet: BD, 0D and AD. RGB value is (189,13,173). Sum of RGB (Red+Green+Blue) = 189+13+173=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0DAD is #42F252. Grayscale: #535353. Windows color (decimal): -4387411 or 11341245. OLE color: 11341245.

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

Color convert

RGB 189 13 173 -
CMYK 0 0.93 0.08 0.26
HSL 305.45º 0.87% 0.4% -
HSV(B) 305.45º 0.93% 0.74% -
XYZ 28.67 14.12 40.75 -
YUV 83.86 178.31 202.99 -
System Red Green Blue C M Y K H S L
Decimal 189 13 173 0 0.93 0.08 0.26 305.45 0.87 0.4
Hex BD D AD 0 5D 8 1A 131 57 28
Octal 275 15 255 0 135 10 32 461 127 50
Binary 10111101 1101 10101101 0 1011101 1000 11010 100110001 1010111 101000

Color Harmonies of #BD0DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0DAD

Black with #BD0DAD

Text Example


Text Example

White with #BD0DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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