#BA159C

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

Shades of Medium Violet Red #BA159C

Tints of Medium Violet Red #BA159C

Color information

#BA159C (or 0xBA159C) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 9C. RGB value is (186,21,156). Sum of RGB (Red+Green+Blue) = 186+21+156=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA159C is #45EA63. Grayscale: #555555. Windows color (decimal): -4581988 or 10229178. OLE color: 10229178.

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

Color convert

RGB18621156-
CMYK00.890.160.27
HSL310.91º79.71%40.59%-
HSV(B)310.91º88.71%72.94%-
XYZ26.5213.3832.64-
YUV85.72167.66199.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 21 (8.59% from 255) = 5.79%
BLUE value IS 156 (61.33% from 255) = 42.98%
R=51.24%
G=5.79%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862115600.890.160.27310.9179.7140.59
HexBA159C059101B1375029
Octal272252340131203346712051
Binary1011101010101100111000101100110000110111001101111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA159C; }

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

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

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

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

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

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

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

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