#BA05B7

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

Shades of Deep Magenta #BA05B7

Tints of Deep Magenta #BA05B7

Color information

#BA05B7 (or 0xBA05B7) is unknown color: approx Deep Magenta. HEX triplet: BA, 05 and B7. RGB value is (186,5,183). Sum of RGB (Red+Green+Blue) = 186+5+183=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA05B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05B7 is #45FA48. Grayscale: #4E4E4E. Windows color (decimal): -4586057 or 11994554. OLE color: 11994554.

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

Color convert

RGB1865183-
CMYK00.970.020.27
HSL300.99º94.76%37.45%-
HSV(B)300.99º97.31%72.94%-
XYZ28.8513.9745.97-
YUV79.41186.47204.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 5 (2.34% from 255) = 1.34%
BLUE value IS 183 (71.88% from 255) = 48.93%
R=49.73%
G=1.34%
B=48.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186518300.970.020.27300.9994.7637.45
HexBA5B706121B12d5f25
Octal2725267014123345513745
Binary10111010101101101110110000110110111001011011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA05B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA05B7; }

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

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

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

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

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

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

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

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