Html Css Color HEX #BA14AB Deep Magenta

📋 copy color: '#BA14AB'

red 186 ◦ green 20 ◦ blue 171

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

Shades of Deep Magenta #BA14AB

Tints of Deep Magenta #BA14AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.31%

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

R = 49.34%
G = 5.31%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA14AB (or 0xBA14AB) is known color: Deep Magenta. HEX triplet: BA, 14 and AB. RGB value is (186,20,171). Sum of RGB (Red+Green+Blue) = 186+20+171=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA14AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA14AB is #45EB54. Grayscale: #565656. Windows color (decimal): -4582229 or 11211962. OLE color: 11211962.

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

Color convert

RGB 186 20 171 -
CMYK 0 0.89 0.08 0.27
HSL 305.42º 0.81% 0.4% -
HSV(B) 305.42º 0.89% 0.73% -
XYZ 27.85 13.88 39.74 -
YUV 86.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 186 20 171 0 0.89 0.08 0.27 305.42 0.81 0.4
Hex BA 14 AB 0 59 8 1B 131 51 28
Octal 272 24 253 0 131 10 33 461 121 50
Binary 10111010 10100 10101011 0 1011001 1000 11011 100110001 1010001 101000

Color Harmonies of #BA14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA14AB

Black with #BA14AB

Text Example


Text Example

White with #BA14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA14AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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