Html Css Color HEX #BA02AA Deep Magenta

📋 copy color: '#BA02AA'

red 186 ◦ green 2 ◦ blue 170

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

Shades of Deep Magenta #BA02AA

Tints of Deep Magenta #BA02AA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 51.96%
G = 0.56%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA02AA (or 0xBA02AA) is known color: Deep Magenta. HEX triplet: BA, 02 and AA. RGB value is (186,2,170). Sum of RGB (Red+Green+Blue) = 186+2+170=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA02AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA02AA is #45FD55. Grayscale: #4B4B4B. Windows color (decimal): -4586838 or 11141818. OLE color: 11141818.

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

Color convert

RGB 186 2 170 -
CMYK 0 0.99 0.09 0.27
HSL 305.22º 0.98% 0.37% -
HSV(B) 305.22º 0.99% 0.73% -
XYZ 27.53 13.38 39.16 -
YUV 76.17 180.96 206.34 -
System Red Green Blue C M Y K H S L
Decimal 186 2 170 0 0.99 0.09 0.27 305.22 0.98 0.37
Hex BA 2 AA 0 63 9 1B 131 62 25
Octal 272 2 252 0 143 11 33 461 142 45
Binary 10111010 10 10101010 0 1100011 1001 11011 100110001 1100010 100101

Color Harmonies of #BA02AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA02AA

Black with #BA02AA

Text Example


Text Example

White with #BA02AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA02AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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