#BA05AC

Color #BA05AC Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BA05AC

Tints of Deep Magenta #BA05AC

Color information

#BA05AC (or 0xBA05AC) is unknown color: approx Deep Magenta. HEX triplet: BA, 05 and AC. RGB value is (186,5,172). Sum of RGB (Red+Green+Blue) = 186+5+172=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA05AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA05AC is #45FA53. Grayscale: #4D4D4D. Windows color (decimal): -4586068 or 11273658. OLE color: 11273658.

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

Color convert

RGB1865172-
CMYK00.970.080.27
HSL304.64º94.76%37.45%-
HSV(B)304.64º97.31%72.94%-
XYZ27.7513.5340.18-
YUV78.16180.97204.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 5 (2.34% from 255) = 1.38%
BLUE value IS 172 (67.58% from 255) = 47.38%
R=51.24%
G=1.38%
B=47.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186517200.970.080.27304.6494.7637.45
HexBA5AC06181B1315f25
Octal27252540141103346113745
Binary1011101010110101100011000011000110111001100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA05AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA05AC; }

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

 H1.HeaderClassName
 {
   color: #BA05AC;
 }
 .AnyTagClassName
 {
   color: #BA05AC;
 }
</style>
background-color css

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

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

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

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

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

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