#BA03B5

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

Shades of Deep Magenta #BA03B5

Tints of Deep Magenta #BA03B5

Color information

#BA03B5 (or 0xBA03B5) is unknown color: approx Deep Magenta. HEX triplet: BA, 03 and B5. RGB value is (186,3,181). Sum of RGB (Red+Green+Blue) = 186+3+181=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA03B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03B5 is #45FC4A. Grayscale: #4D4D4D. Windows color (decimal): -4586571 or 11862970. OLE color: 11862970.

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

Color convert

RGB1863181-
CMYK00.980.030.27
HSL301.64º96.83%37.06%-
HSV(B)301.64º98.39%72.94%-
XYZ28.6213.8444.88-
YUV78.01186.13205.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 181 (71.09% from 255) = 48.92%
R=50.27%
G=0.81%
B=48.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186318100.980.030.27301.6496.8337.06
HexBA3B506231B12e6125
Octal2723265014233345614145
Binary1011101011101101010110001011110111001011101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA03B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA03B5; }

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

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

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

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

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

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

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

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