Html Css Color HEX #BA05AA Deep Magenta

📋 copy color: '#BA05AA'

red 186 ◦ green 5 ◦ blue 170

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

Shades of Deep Magenta #BA05AA

Tints of Deep Magenta #BA05AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 51.52%
G = 1.39%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA05AA (or 0xBA05AA) is known color: Deep Magenta. HEX triplet: BA, 05 and AA. RGB value is (186,5,170). Sum of RGB (Red+Green+Blue) = 186+5+170=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA05AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA05AA is #45FA55. Grayscale: #4D4D4D. Windows color (decimal): -4586070 or 11142586. OLE color: 11142586.

HSL color Cylindrical-coordinate representation of color #BA05AA: hue angle of 305.3º 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 #BA05AA is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 5 170 -
CMYK 0 0.97 0.09 0.27
HSL 305.3º 0.95% 0.37% -
HSV(B) 305.3º 0.97% 0.73% -
XYZ 27.56 13.45 39.17 -
YUV 77.93 179.97 205.08 -
System Red Green Blue C M Y K H S L
Decimal 186 5 170 0 0.97 0.09 0.27 305.3 0.95 0.37
Hex BA 5 AA 0 61 9 1B 131 5F 25
Octal 272 5 252 0 141 11 33 461 137 45
Binary 10111010 101 10101010 0 1100001 1001 11011 100110001 1011111 100101

Color Harmonies of #BA05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05AA

Black with #BA05AA

Text Example


Text Example

White with #BA05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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