Html Css Color HEX #BA03AA Deep Magenta

📋 copy color: '#BA03AA'

red 186 ◦ green 3 ◦ blue 170

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

Shades of Deep Magenta #BA03AA

Tints of Deep Magenta #BA03AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

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

R = 51.81%
G = 0.84%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA03AA (or 0xBA03AA) is known color: Deep Magenta. HEX triplet: BA, 03 and AA. RGB value is (186,3,170). Sum of RGB (Red+Green+Blue) = 186+3+170=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA03AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA03AA is #45FC55. Grayscale: #4C4C4C. Windows color (decimal): -4586582 or 11142074. OLE color: 11142074.

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

Color convert

RGB 186 3 170 -
CMYK 0 0.98 0.09 0.27
HSL 305.25º 0.97% 0.37% -
HSV(B) 305.25º 0.98% 0.73% -
XYZ 27.54 13.41 39.17 -
YUV 76.76 180.63 205.92 -
System Red Green Blue C M Y K H S L
Decimal 186 3 170 0 0.98 0.09 0.27 305.25 0.97 0.37
Hex BA 3 AA 0 62 9 1B 131 61 25
Octal 272 3 252 0 142 11 33 461 141 45
Binary 10111010 11 10101010 0 1100010 1001 11011 100110001 1100001 100101

Color Harmonies of #BA03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA03AA

Black with #BA03AA

Text Example


Text Example

White with #BA03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA03AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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