#BA1AB8

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

Shades of Deep Magenta #BA1AB8

Tints of Deep Magenta #BA1AB8

Color information

#BA1AB8 (or 0xBA1AB8) is unknown color: approx Deep Magenta. HEX triplet: BA, 1A and B8. RGB value is (186,26,184). Sum of RGB (Red+Green+Blue) = 186+26+184=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1AB8 is #45E547. Grayscale: #5B5B5B. Windows color (decimal): -4580680 or 12065466. OLE color: 12065466.

HSL color Cylindrical-coordinate representation of color #BA1AB8: hue angle of 300.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1AB8 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18626184-
CMYK00.860.010.27
HSL300.75º75.47%41.57%-
HSV(B)300.75º86.02%72.94%-
XYZ29.2714.6446.63-
YUV91.85180.01195.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 26 (10.55% from 255) = 6.57%
BLUE value IS 184 (72.27% from 255) = 46.46%
R=46.97%
G=6.57%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862618400.860.010.27300.7575.4741.57
HexBA1AB805611B12d4b2a
Octal27232270012613345511352
Binary101110101101010111000010101101110111001011011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1AB8; }

 p { color: rgb(186,26,184); }

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

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

 a { background-color: rgb(186,26,184); }

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

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

 span { border-color: rgb(186,26,184); }

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