#BA0AB4

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

Shades of Deep Magenta #BA0AB4

Tints of Deep Magenta #BA0AB4

Color information

#BA0AB4 (or 0xBA0AB4) is unknown color: approx Deep Magenta. HEX triplet: BA, 0A and B4. RGB value is (186,10,180). Sum of RGB (Red+Green+Blue) = 186+10+180=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0AB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0AB4 is #45F54B. Grayscale: #515151. Windows color (decimal): -4584780 or 11799226. OLE color: 11799226.

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

Color convert

RGB18610180-
CMYK00.950.030.27
HSL302.05º89.8%38.43%-
HSV(B)302.05º94.62%72.94%-
XYZ28.613.9544.37-
YUV82183.31202.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 10 (4.30% from 255) = 2.66%
BLUE value IS 180 (70.70% from 255) = 47.87%
R=49.47%
G=2.66%
B=47.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861018000.950.030.27302.0589.838.43
HexBAAB405F31B12e5a26
Octal27212264013733345613246
Binary101110101010101101000101111111110111001011101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0AB4; }

 p { color: rgb(186,10,180); }

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

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

 a { background-color: rgb(186,10,180); }

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

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

 span { border-color: rgb(186,10,180); }

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