#BA15B8

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

Shades of Deep Magenta #BA15B8

Tints of Deep Magenta #BA15B8

Color information

#BA15B8 (or 0xBA15B8) is unknown color: approx Deep Magenta. HEX triplet: BA, 15 and B8. RGB value is (186,21,184). Sum of RGB (Red+Green+Blue) = 186+21+184=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA15B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15B8 is #45EA47. Grayscale: #585858. Windows color (decimal): -4581960 or 12064186. OLE color: 12064186.

HSL color Cylindrical-coordinate representation of color #BA15B8: hue angle of 300.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA15B8 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18621184-
CMYK00.890.010.27
HSL300.73º79.71%40.59%-
HSV(B)300.73º88.71%72.94%-
XYZ29.1714.4446.6-
YUV88.92181.66197.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 21 (8.59% from 255) = 5.37%
BLUE value IS 184 (72.27% from 255) = 47.06%
R=47.57%
G=5.37%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862118400.890.010.27300.7379.7140.59
HexBA15B805911B12d5029
Octal27225270013113345512051
Binary101110101010110111000010110011110111001011011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA15B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA15B8; }

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

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

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

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

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

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

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

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