Html Css Color HEX #BA00AA Deep Magenta

📋 copy color: '#BA00AA'

red 186 ◦ green 0 ◦ blue 170

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

Shades of Deep Magenta #BA00AA

Tints of Deep Magenta #BA00AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.25%
G = 0%
B = 47.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA00AA (or 0xBA00AA) is known color: Deep Magenta. HEX triplet: BA, 00 and AA. RGB value is (186,0,170). Sum of RGB (Red+Green+Blue) = 186+0+170=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA00AA is #45FF55. Grayscale: #4A4A4A. Windows color (decimal): -4587350 or 11141306. OLE color: 11141306.

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

Color convert

RGB 186 0 170 -
CMYK 0 1 0.09 0.27
HSL 305.16º 1% 0.36% -
HSV(B) 305.16º 1% 0.73% -
XYZ 27.51 13.34 39.16 -
YUV 74.99 181.62 207.18 -
System Red Green Blue C M Y K H S L
Decimal 186 0 170 0 1 0.09 0.27 305.16 1 0.36
Hex BA 0 AA 0 64 9 1B 131 64 24
Octal 272 0 252 0 144 11 33 461 144 44
Binary 10111010 0 10101010 0 1100100 1001 11011 100110001 1100100 100100

Color Harmonies of #BA00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00AA

Black with #BA00AA

Text Example


Text Example

White with #BA00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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