#BA15A1

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

Shades of Medium Violet Red #BA15A1

Tints of Medium Violet Red #BA15A1

Color information

#BA15A1 (or 0xBA15A1) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and A1. RGB value is (186,21,161). Sum of RGB (Red+Green+Blue) = 186+21+161=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 161 (63.28% from 255 or 43.75% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA15A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA15A1 is #45EA5E. Grayscale: #555555. Windows color (decimal): -4581983 or 10556858. OLE color: 10556858.

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

Color convert

RGB18621161-
CMYK00.890.130.27
HSL309.09º79.71%40.59%-
HSV(B)309.09º88.71%72.94%-
XYZ26.9513.5534.91-
YUV86.3170.16199.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 21 (8.59% from 255) = 5.71%
BLUE value IS 161 (63.28% from 255) = 43.75%
R=50.54%
G=5.71%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862116100.890.130.27309.0979.7140.59
HexBA15A1059D1B1355029
Octal272252410131153346512051
Binary101110101010110100001010110011101110111001101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA15A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA15A1; }

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

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

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

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

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

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

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

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