#BA01A5

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

Shades of Deep Magenta #BA01A5

Tints of Deep Magenta #BA01A5

Color information

#BA01A5 (or 0xBA01A5) is unknown color: approx Deep Magenta. HEX triplet: BA, 01 and A5. RGB value is (186,1,165). Sum of RGB (Red+Green+Blue) = 186+1+165=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01A5 is #45FE5A. Grayscale: #4A4A4A. Windows color (decimal): -4587099 or 10813882. OLE color: 10813882.

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

Color convert

RGB1861165-
CMYK00.990.110.27
HSL306.81º98.93%36.67%-
HSV(B)306.81º99.46%72.94%-
XYZ27.0513.1836.72-
YUV75.01178.79207.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 165 (64.84% from 255) = 46.88%
R=52.84%
G=0.28%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186116500.990.110.27306.8198.9336.67
HexBA1A5063B1B1336325
Octal27212450143133346314345
Binary10111010110100101011000111011110111001100111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA01A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA01A5; }

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

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

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

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

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

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

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

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