#BA1594

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

Shades of Medium Violet Red #BA1594

Tints of Medium Violet Red #BA1594

Color information

#BA1594 (or 0xBA1594) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 94. RGB value is (186,21,148). Sum of RGB (Red+Green+Blue) = 186+21+148=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1594 is #45EA6B. Grayscale: #545454. Windows color (decimal): -4581996 or 9704890. OLE color: 9704890.

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

Color convert

RGB18621148-
CMYK00.890.200.27
HSL313.82º79.71%40.59%-
HSV(B)313.82º88.71%72.94%-
XYZ25.8613.1129.19-
YUV84.81163.66200.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 21 (8.59% from 255) = 5.92%
BLUE value IS 148 (58.20% from 255) = 41.69%
R=52.39%
G=5.92%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862114800.890.200.27313.8279.7140.59
HexBA1594059141B13a5029
Octal272252240131243347212051
Binary1011101010101100101000101100110100110111001110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1594; }

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

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

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

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

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

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

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

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