#BA01AC

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

Shades of Deep Magenta #BA01AC

Tints of Deep Magenta #BA01AC

Color information

#BA01AC (or 0xBA01AC) is unknown color: approx Deep Magenta. HEX triplet: BA, 01 and AC. RGB value is (186,1,172). Sum of RGB (Red+Green+Blue) = 186+1+172=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01AC is #45FE53. Grayscale: #4B4B4B. Windows color (decimal): -4587092 or 11272634. OLE color: 11272634.

HSL color Cylindrical-coordinate representation of color #BA01AC: hue angle of 304.54º 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 #BA01AC is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB1861172-
CMYK00.990.080.27
HSL304.54º98.93%36.67%-
HSV(B)304.54º99.46%72.94%-
XYZ27.7113.4440.16-
YUV75.81182.29206.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 172 (67.58% from 255) = 47.91%
R=51.81%
G=0.28%
B=47.91%

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
Decimal186117200.990.080.27304.5498.9336.67
HexBA1AC06381B1316325
Octal27212540143103346114345
Binary10111010110101100011000111000110111001100011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA01AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA01AC; }

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

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

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

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

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

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

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

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