#BA03B7

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

Shades of Deep Magenta #BA03B7

Tints of Deep Magenta #BA03B7

Color information

#BA03B7 (or 0xBA03B7) is unknown color: approx Deep Magenta. HEX triplet: BA, 03 and B7. RGB value is (186,3,183). Sum of RGB (Red+Green+Blue) = 186+3+183=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 183 (71.88% from 255 or 49.19% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA03B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03B7 is #45FC48. Grayscale: #4D4D4D. Windows color (decimal): -4586569 or 11994042. OLE color: 11994042.

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

Color convert

RGB1863183-
CMYK00.980.020.27
HSL300.98º96.83%37.06%-
HSV(B)300.98º98.39%72.94%-
XYZ28.8313.9245.97-
YUV78.24187.13204.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 183 (71.88% from 255) = 49.19%
R=50%
G=0.81%
B=49.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186318300.980.020.27300.9896.8337.06
HexBA3B706221B12d6125
Octal2723267014223345514145
Binary1011101011101101110110001010110111001011011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA03B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA03B7; }

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

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

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

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

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

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

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

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