#BA05B8

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

Shades of Deep Magenta #BA05B8

Tints of Deep Magenta #BA05B8

Color information

#BA05B8 (or 0xBA05B8) is unknown color: approx Deep Magenta. HEX triplet: BA, 05 and B8. RGB value is (186,5,184). Sum of RGB (Red+Green+Blue) = 186+5+184=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA05B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05B8 is #45FA47. Grayscale: #4E4E4E. Windows color (decimal): -4586056 or 12060090. OLE color: 12060090.

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

Color convert

RGB1865184-
CMYK00.970.010.27
HSL300.66º94.76%37.45%-
HSV(B)300.66º97.31%72.94%-
XYZ28.9614.0146.53-
YUV79.53186.97203.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 5 (2.34% from 255) = 1.33%
BLUE value IS 184 (72.27% from 255) = 49.07%
R=49.6%
G=1.33%
B=49.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186518400.970.010.27300.6694.7637.45
HexBA5B806111B12d5f25
Octal2725270014113345513745
Binary1011101010110111000011000011110111001011011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA05B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA05B8; }

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

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

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

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

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

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

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

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