Html Css Color HEX #BA16AC Deep Magenta

📋 copy color: '#BA16AC'

red 186 ◦ green 22 ◦ blue 172

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

Shades of Deep Magenta #BA16AC

Tints of Deep Magenta #BA16AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.79%

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 48.95%
G = 5.79%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA16AC (or 0xBA16AC) is known color: Deep Magenta. HEX triplet: BA, 16 and AC. RGB value is (186,22,172). Sum of RGB (Red+Green+Blue) = 186+22+172=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA16AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA16AC is #45E953. Grayscale: #575757. Windows color (decimal): -4581716 or 11278010. OLE color: 11278010.

HSL color Cylindrical-coordinate representation of color #BA16AC: hue angle of 305.12º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA16AC is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 172 -
CMYK 0 0.88 0.08 0.27
HSL 305.12º 0.79% 0.41% -
HSV(B) 305.12º 0.88% 0.73% -
XYZ 27.98 13.99 40.26 -
YUV 88.14 175.33 197.8 -
System Red Green Blue C M Y K H S L
Decimal 186 22 172 0 0.88 0.08 0.27 305.12 0.79 0.41
Hex BA 16 AC 0 58 8 1B 131 4F 29
Octal 272 26 254 0 130 10 33 461 117 51
Binary 10111010 10110 10101100 0 1011000 1000 11011 100110001 1001111 101001

Color Harmonies of #BA16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16AC

Black with #BA16AC

Text Example


Text Example

White with #BA16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16AC; }

 p { color: rgb(186,22,172); }

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

background-color css

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

 a { background-color: rgb(186,22,172); }

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

border-color css

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

 span { border-color: rgb(186,22,172); }

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