#BA1AD4

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

Shades of Deep Magenta #BA1AD4

Tints of Deep Magenta #BA1AD4

Color information

#BA1AD4 (or 0xBA1AD4) is unknown color: approx Deep Magenta. HEX triplet: BA, 1A and D4. RGB value is (186,26,212). Sum of RGB (Red+Green+Blue) = 186+26+212=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA1AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1AD4 is #45E52B. Grayscale: #5E5E5E. Windows color (decimal): -4580652 or 13900474. OLE color: 13900474.

HSL color Cylindrical-coordinate representation of color #BA1AD4: hue angle of 291.61º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1AD4 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18626212-
CMYK0.120.8800.17
HSL291.61º78.15%46.67%-
HSV(B)291.61º87.74%83.14%-
XYZ32.515.9363.65-
YUV95.04194.01192.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 26 (10.55% from 255) = 6.13%
BLUE value IS 212 (83.20% from 255) = 50%
R=43.87%
G=6.13%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal186262120.120.8800.17291.6178.1546.67
HexBA1AD4C580111244e2f
Octal272323241413002144411657
Binary101110101101011010100110010110000100011001001001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1AD4; }

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

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

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

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

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

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

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

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