Html Css Color HEX #BA05AD Deep Magenta

📋 copy color: '#BA05AD'

red 186 ◦ green 5 ◦ blue 173

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

Shades of Deep Magenta #BA05AD

Tints of Deep Magenta #BA05AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.37%

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

R = 51.1%
G = 1.37%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA05AD (or 0xBA05AD) is known color: Deep Magenta. HEX triplet: BA, 05 and AD. RGB value is (186,5,173). Sum of RGB (Red+Green+Blue) = 186+5+173=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA05AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA05AD is #45FA52. Grayscale: #4D4D4D. Windows color (decimal): -4586067 or 11339194. OLE color: 11339194.

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

Color convert

RGB 186 5 173 -
CMYK 0 0.97 0.07 0.27
HSL 304.31º 0.95% 0.37% -
HSV(B) 304.31º 0.97% 0.73% -
XYZ 27.85 13.56 40.69 -
YUV 78.27 181.47 204.84 -
System Red Green Blue C M Y K H S L
Decimal 186 5 173 0 0.97 0.07 0.27 304.31 0.95 0.37
Hex BA 5 AD 0 61 7 1B 130 5F 25
Octal 272 5 255 0 141 7 33 460 137 45
Binary 10111010 101 10101101 0 1100001 111 11011 100110000 1011111 100101

Color Harmonies of #BA05AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05AD

Black with #BA05AD

Text Example


Text Example

White with #BA05AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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