Html Css Color HEX #BA06AA Deep Magenta

📋 copy color: '#BA06AA'

red 186 ◦ green 6 ◦ blue 170

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

Shades of Deep Magenta #BA06AA

Tints of Deep Magenta #BA06AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.66%

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

R = 51.38%
G = 1.66%
B = 46.96%

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

#BA06AA (or 0xBA06AA) is known color: Deep Magenta. HEX triplet: BA, 06 and AA. RGB value is (186,6,170). Sum of RGB (Red+Green+Blue) = 186+6+170=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA06AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA06AA is #45F955. Grayscale: #4E4E4E. Windows color (decimal): -4585814 or 11142842. OLE color: 11142842.

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

Color convert

RGB 186 6 170 -
CMYK 0 0.97 0.09 0.27
HSL 305.33º 0.94% 0.38% -
HSV(B) 305.33º 0.97% 0.73% -
XYZ 27.57 13.47 39.18 -
YUV 78.52 179.63 204.66 -
System Red Green Blue C M Y K H S L
Decimal 186 6 170 0 0.97 0.09 0.27 305.33 0.94 0.38
Hex BA 6 AA 0 61 9 1B 131 5E 26
Octal 272 6 252 0 141 11 33 461 136 46
Binary 10111010 110 10101010 0 1100001 1001 11011 100110001 1011110 100110

Color Harmonies of #BA06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06AA

Black with #BA06AA

Text Example


Text Example

White with #BA06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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