Html Css Color HEX #BA16AB Deep Magenta

📋 copy color: '#BA16AB'

red 186 ◦ green 22 ◦ blue 171

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

Shades of Deep Magenta #BA16AB

Tints of Deep Magenta #BA16AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 49.08%
G = 5.8%
B = 45.12%

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

#BA16AB (or 0xBA16AB) is known color: Deep Magenta. HEX triplet: BA, 16 and AB. RGB value is (186,22,171). Sum of RGB (Red+Green+Blue) = 186+22+171=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA16AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA16AB is #45E954. Grayscale: #575757. Windows color (decimal): -4581717 or 11212474. OLE color: 11212474.

HSL color Cylindrical-coordinate representation of color #BA16AB: hue angle of 305.49º 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 #BA16AB is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 171 -
CMYK 0 0.88 0.08 0.27
HSL 305.49º 0.79% 0.41% -
HSV(B) 305.49º 0.88% 0.73% -
XYZ 27.89 13.95 39.75 -
YUV 88.02 174.83 197.88 -
System Red Green Blue C M Y K H S L
Decimal 186 22 171 0 0.88 0.08 0.27 305.49 0.79 0.41
Hex BA 16 AB 0 58 8 1B 131 4F 29
Octal 272 26 253 0 130 10 33 461 117 51
Binary 10111010 10110 10101011 0 1011000 1000 11011 100110001 1001111 101001

Color Harmonies of #BA16AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16AB

Black with #BA16AB

Text Example


Text Example

White with #BA16AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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