#BA15A0

Color #BA15A0 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BA15A0

Tints of Medium Violet Red #BA15A0

Color information

#BA15A0 (or 0xBA15A0) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and A0. RGB value is (186,21,160). Sum of RGB (Red+Green+Blue) = 186+21+160=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA15A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA15A0 is #45EA5F. Grayscale: #555555. Windows color (decimal): -4581984 or 10491322. OLE color: 10491322.

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

Color convert

RGB18621160-
CMYK00.890.140.27
HSL309.45º79.71%40.59%-
HSV(B)309.45º88.71%72.94%-
XYZ26.8613.5134.45-
YUV86.18169.66199.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 21 (8.59% from 255) = 5.72%
BLUE value IS 160 (62.89% from 255) = 43.60%
R=50.68%
G=5.72%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862116000.890.140.27309.4579.7140.59
HexBA15A0059E1B1355029
Octal272252400131163346512051
Binary101110101010110100000010110011110110111001101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA15A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA15A0; }

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

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

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

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

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

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

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

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