Html Css Color HEX #BA10AA Deep Magenta

📋 copy color: '#BA10AA'

red 186 ◦ green 16 ◦ blue 170

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

Shades of Deep Magenta #BA10AA

Tints of Deep Magenta #BA10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.3%

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

R = 50%
G = 4.3%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA10AA (or 0xBA10AA) is known color: Deep Magenta. HEX triplet: BA, 10 and AA. RGB value is (186,16,170). Sum of RGB (Red+Green+Blue) = 186+16+170=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA10AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA10AA is #45EF55. Grayscale: #535353. Windows color (decimal): -4583254 or 11145402. OLE color: 11145402.

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

Color convert

RGB 186 16 170 -
CMYK 0 0.91 0.09 0.27
HSL 305.65º 0.84% 0.4% -
HSV(B) 305.65º 0.91% 0.73% -
XYZ 27.69 13.71 39.22 -
YUV 84.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 186 16 170 0 0.91 0.09 0.27 305.65 0.84 0.4
Hex BA 10 AA 0 5B 9 1B 132 54 28
Octal 272 20 252 0 133 11 33 462 124 50
Binary 10111010 10000 10101010 0 1011011 1001 11011 100110010 1010100 101000

Color Harmonies of #BA10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10AA

Black with #BA10AA

Text Example


Text Example

White with #BA10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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