#BA13B9

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

Shades of Deep Magenta #BA13B9

Tints of Deep Magenta #BA13B9

Color information

#BA13B9 (or 0xBA13B9) is unknown color: approx Deep Magenta. HEX triplet: BA, 13 and B9. RGB value is (186,19,185). Sum of RGB (Red+Green+Blue) = 186+19+185=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA13B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13B9 is #45EC46. Grayscale: #575757. Windows color (decimal): -4582471 or 12129210. OLE color: 12129210.

HSL color Cylindrical-coordinate representation of color #BA13B9: hue angle of 300.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA13B9 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18619185-
CMYK00.900.010.27
HSL300.36º81.46%40.2%-
HSV(B)300.36º89.78%72.94%-
XYZ29.2414.4147.14-
YUV87.86182.83198-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 19 (7.81% from 255) = 4.87%
BLUE value IS 185 (72.66% from 255) = 47.44%
R=47.69%
G=4.87%
B=47.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861918500.900.010.27300.3681.4640.2
HexBA13B905A11B12c5128
Octal27223271013213345412150
Binary101110101001110111001010110101110111001011001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA13B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA13B9; }

 p { color: rgb(186,19,185); }

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

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

 a { background-color: rgb(186,19,185); }

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

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

 span { border-color: rgb(186,19,185); }

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