#BA1697

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

Shades of Medium Violet Red #BA1697

Tints of Medium Violet Red #BA1697

Color information

#BA1697 (or 0xBA1697) is unknown color: approx Medium Violet Red. HEX triplet: BA, 16 and 97. RGB value is (186,22,151). Sum of RGB (Red+Green+Blue) = 186+22+151=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1697 is #45E968. Grayscale: #555555. Windows color (decimal): -4581737 or 9901754. OLE color: 9901754.

HSL color Cylindrical-coordinate representation of color #BA1697: hue angle of 312.8º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1697 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18622151-
CMYK00.880.190.27
HSL312.8º78.85%40.78%-
HSV(B)312.8º88.17%72.94%-
XYZ26.1213.2530.46-
YUV85.74164.83199.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 22 (8.98% from 255) = 6.13%
BLUE value IS 151 (59.38% from 255) = 42.06%
R=51.81%
G=6.13%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862215100.880.190.27312.878.8540.78
HexBA1697058131B1394f29
Octal272262270130233347111751
Binary1011101010110100101110101100010011110111001110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1697; }

 p { color: rgb(186,22,151); }

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

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

 a { background-color: rgb(186,22,151); }

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

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

 span { border-color: rgb(186,22,151); }

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