#BA159E

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

Shades of Medium Violet Red #BA159E

Tints of Medium Violet Red #BA159E

Color information

#BA159E (or 0xBA159E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 9E. RGB value is (186,21,158). Sum of RGB (Red+Green+Blue) = 186+21+158=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA159E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA159E is #45EA61. Grayscale: #555555. Windows color (decimal): -4581986 or 10360250. OLE color: 10360250.

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

Color convert

RGB18621158-
CMYK00.890.150.27
HSL310.18º79.71%40.59%-
HSV(B)310.18º88.71%72.94%-
XYZ26.6913.4433.54-
YUV85.95168.66199.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 21 (8.59% from 255) = 5.75%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=50.96%
G=5.75%
B=43.29%

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
Decimal1862115800.890.150.27310.1879.7140.59
HexBA159E059F1B1365029
Octal272252360131173346612051
Binary101110101010110011110010110011111110111001101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA159E; }

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

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

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

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

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

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

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

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