Html Css Color HEX #BA1DAD Deep Magenta

📋 copy color: '#BA1DAD'

red 186 ◦ green 29 ◦ blue 173

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

Shades of Deep Magenta #BA1DAD

Tints of Deep Magenta #BA1DAD

RGB

 RED value IS 186 (73.05% from 255) = 47.94%

 GREEN value IS 29 (11.72% from 255) = 7.47%

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

R = 47.94%
G = 7.47%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA1DAD (or 0xBA1DAD) is known color: Deep Magenta. HEX triplet: BA, 1D and AD. RGB value is (186,29,173). Sum of RGB (Red+Green+Blue) = 186+29+173=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1DAD is #45E252. Grayscale: #5B5B5B. Windows color (decimal): -4579923 or 11345338. OLE color: 11345338.

HSL color Cylindrical-coordinate representation of color #BA1DAD: hue angle of 304.97º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1DAD is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 29 173 -
CMYK 0 0.84 0.07 0.27
HSL 304.97º 0.73% 0.42% -
HSV(B) 304.97º 0.84% 0.73% -
XYZ 28.23 14.33 40.81 -
YUV 92.36 173.51 194.79 -
System Red Green Blue C M Y K H S L
Decimal 186 29 173 0 0.84 0.07 0.27 304.97 0.73 0.42
Hex BA 1D AD 0 54 7 1B 131 49 2A
Octal 272 35 255 0 124 7 33 461 111 52
Binary 10111010 11101 10101101 0 1010100 111 11011 100110001 1001001 101010

Color Harmonies of #BA1DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DAD

Black with #BA1DAD

Text Example


Text Example

White with #BA1DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DAD; }

 p { color: rgb(186,29,173); }

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

background-color css

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

 a { background-color: rgb(186,29,173); }

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

border-color css

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

 span { border-color: rgb(186,29,173); }

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