Html Css Color HEX #BA19AC Deep Magenta

📋 copy color: '#BA19AC'

red 186 ◦ green 25 ◦ blue 172

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

Shades of Deep Magenta #BA19AC

Tints of Deep Magenta #BA19AC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.53%

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

R = 48.56%
G = 6.53%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA19AC (or 0xBA19AC) is known color: Deep Magenta. HEX triplet: BA, 19 and AC. RGB value is (186,25,172). Sum of RGB (Red+Green+Blue) = 186+25+172=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA19AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA19AC is #45E653. Grayscale: #595959. Windows color (decimal): -4580948 or 11278778. OLE color: 11278778.

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

Color convert

RGB 186 25 172 -
CMYK 0 0.87 0.08 0.27
HSL 305.22º 0.76% 0.41% -
HSV(B) 305.22º 0.87% 0.73% -
XYZ 28.04 14.11 40.28 -
YUV 89.9 174.34 196.55 -
System Red Green Blue C M Y K H S L
Decimal 186 25 172 0 0.87 0.08 0.27 305.22 0.76 0.41
Hex BA 19 AC 0 57 8 1B 131 4C 29
Octal 272 31 254 0 127 10 33 461 114 51
Binary 10111010 11001 10101100 0 1010111 1000 11011 100110001 1001100 101001

Color Harmonies of #BA19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19AC

Black with #BA19AC

Text Example


Text Example

White with #BA19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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