#BA19B5

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

Shades of Deep Magenta #BA19B5

Tints of Deep Magenta #BA19B5

Color information

#BA19B5 (or 0xBA19B5) is unknown color: approx Deep Magenta. HEX triplet: BA, 19 and B5. RGB value is (186,25,181). Sum of RGB (Red+Green+Blue) = 186+25+181=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA19B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19B5 is #45E64A. Grayscale: #5A5A5A. Windows color (decimal): -4580939 or 11868602. OLE color: 11868602.

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

Color convert

RGB18625181-
CMYK00.870.030.27
HSL301.86º76.3%41.37%-
HSV(B)301.86º86.56%72.94%-
XYZ28.9414.4744.98-
YUV90.92178.84195.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 25 (10.16% from 255) = 6.38%
BLUE value IS 181 (71.09% from 255) = 46.17%
R=47.45%
G=6.38%
B=46.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862518100.870.030.27301.8676.341.37
HexBA19B505731B12e4c29
Octal27231265012733345611451
Binary1011101011001101101010101011111110111001011101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA19B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA19B5; }

 p { color: rgb(186,25,181); }

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

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

 a { background-color: rgb(186,25,181); }

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

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

 span { border-color: rgb(186,25,181); }

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