#BA13B8

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

Shades of Deep Magenta #BA13B8

Tints of Deep Magenta #BA13B8

Color information

#BA13B8 (or 0xBA13B8) is unknown color: approx Deep Magenta. HEX triplet: BA, 13 and B8. RGB value is (186,19,184). Sum of RGB (Red+Green+Blue) = 186+19+184=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA13B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13B8 is #45EC47. Grayscale: #575757. Windows color (decimal): -4582472 or 12063674. OLE color: 12063674.

HSL color Cylindrical-coordinate representation of color #BA13B8: hue angle of 300.72º 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 #BA13B8 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18619184-
CMYK00.900.010.27
HSL300.72º81.46%40.2%-
HSV(B)300.72º89.78%72.94%-
XYZ29.1314.3746.58-
YUV87.74182.33198.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 19 (7.81% from 255) = 4.88%
BLUE value IS 184 (72.27% from 255) = 47.30%
R=47.81%
G=4.88%
B=47.30%

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
Decimal1861918400.900.010.27300.7281.4640.2
HexBA13B805A11B12d5128
Octal27223270013213345512150
Binary101110101001110111000010110101110111001011011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA13B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA13B8; }

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

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

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

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

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

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

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

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