#BA15CE

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

Shades of Deep Magenta #BA15CE

Tints of Deep Magenta #BA15CE

Color information

#BA15CE (or 0xBA15CE) is unknown color: approx Deep Magenta. HEX triplet: BA, 15 and CE. RGB value is (186,21,206). Sum of RGB (Red+Green+Blue) = 186+21+206=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15CE is #45EA31. Grayscale: #5A5A5A. Windows color (decimal): -4581938 or 13505978. OLE color: 13505978.

HSL color Cylindrical-coordinate representation of color #BA15CE: hue angle of 293.51º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA15CE is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18621206-
CMYK0.100.9000.19
HSL293.51º81.5%44.51%-
HSV(B)293.51º89.81%80.78%-
XYZ31.6615.4359.7-
YUV91.43192.66195.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 21 (8.59% from 255) = 5.08%
BLUE value IS 206 (80.86% from 255) = 49.88%
R=45.04%
G=5.08%
B=49.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186212060.100.9000.19293.5181.544.51
HexBA15CEA5A013126512d
Octal272253161213202344612155
Binary101110101010111001110101010110100100111001001101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA15CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA15CE; }

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

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

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

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

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

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

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

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