#BA01AB

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

Shades of Deep Magenta #BA01AB

Tints of Deep Magenta #BA01AB

Color information

#BA01AB (or 0xBA01AB) is unknown color: approx Deep Magenta. HEX triplet: BA, 01 and AB. RGB value is (186,1,171). Sum of RGB (Red+Green+Blue) = 186+1+171=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01AB is #45FE54. Grayscale: #4B4B4B. Windows color (decimal): -4587093 or 11207098. OLE color: 11207098.

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

Color convert

RGB1861171-
CMYK00.990.080.27
HSL304.86º98.93%36.67%-
HSV(B)304.86º99.46%72.94%-
XYZ27.6113.439.66-
YUV75.69181.79206.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 171 (67.19% from 255) = 47.77%
R=51.96%
G=0.28%
B=47.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186117100.990.080.27304.8698.9336.67
HexBA1AB06381B1316325
Octal27212530143103346114345
Binary10111010110101011011000111000110111001100011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA01AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA01AB; }

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

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

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

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

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

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

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

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