#BA159F

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

Shades of Medium Violet Red #BA159F

Tints of Medium Violet Red #BA159F

Color information

#BA159F (or 0xBA159F) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 9F. RGB value is (186,21,159). Sum of RGB (Red+Green+Blue) = 186+21+159=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA159F is #45EA60. Grayscale: #555555. Windows color (decimal): -4581985 or 10425786. OLE color: 10425786.

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

Color convert

RGB18621159-
CMYK00.890.150.27
HSL309.82º79.71%40.59%-
HSV(B)309.82º88.71%72.94%-
XYZ26.7813.4833.99-
YUV86.07169.16199.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 21 (8.59% from 255) = 5.74%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=50.82%
G=5.74%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862115900.890.150.27309.8279.7140.59
HexBA159F059F1B1365029
Octal272252370131173346612051
Binary101110101010110011111010110011111110111001101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA159F; }

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

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

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

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

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

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

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

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