#BA1593

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

Shades of Medium Violet Red #BA1593

Tints of Medium Violet Red #BA1593

Color information

#BA1593 (or 0xBA1593) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 93. RGB value is (186,21,147). Sum of RGB (Red+Green+Blue) = 186+21+147=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1593 is #45EA6C. Grayscale: #545454. Windows color (decimal): -4581997 or 9639354. OLE color: 9639354.

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

Color convert

RGB18621147-
CMYK00.890.210.27
HSL314.18º79.71%40.59%-
HSV(B)314.18º88.71%72.94%-
XYZ25.7813.0828.77-
YUV84.7163.16200.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 21 (8.59% from 255) = 5.93%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=52.54%
G=5.93%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862114700.890.210.27314.1879.7140.59
HexBA1593059151B13a5029
Octal272252230131253347212051
Binary1011101010101100100110101100110101110111001110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1593; }

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

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

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

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

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

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

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

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