Html Css Color HEX #BA13AC Deep Magenta

📋 copy color: '#BA13AC'

red 186 ◦ green 19 ◦ blue 172

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

Shades of Deep Magenta #BA13AC

Tints of Deep Magenta #BA13AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.04%

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

R = 49.34%
G = 5.04%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA13AC (or 0xBA13AC) is known color: Deep Magenta. HEX triplet: BA, 13 and AC. RGB value is (186,19,172). Sum of RGB (Red+Green+Blue) = 186+19+172=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA13AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA13AC is #45EC53. Grayscale: #555555. Windows color (decimal): -4582484 or 11277242. OLE color: 11277242.

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

Color convert

RGB 186 19 172 -
CMYK 0 0.90 0.08 0.27
HSL 305.03º 0.81% 0.4% -
HSV(B) 305.03º 0.9% 0.73% -
XYZ 27.93 13.88 40.24 -
YUV 86.38 176.33 199.06 -
System Red Green Blue C M Y K H S L
Decimal 186 19 172 0 0.90 0.08 0.27 305.03 0.81 0.4
Hex BA 13 AC 0 5A 8 1B 131 51 28
Octal 272 23 254 0 132 10 33 461 121 50
Binary 10111010 10011 10101100 0 1011010 1000 11011 100110001 1010001 101000

Color Harmonies of #BA13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13AC

Black with #BA13AC

Text Example


Text Example

White with #BA13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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