#ba1f99

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

Shades of Medium Violet Red #BA1F99

Tints of Medium Violet Red #BA1F99

Color information

#BA1F99 (or 0xBA1F99) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1F and 99. RGB value is (186,31,153). Sum of RGB (Red+Green+Blue) = 186+31+153=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1F99 is #45E066. Grayscale: #5A5A5A. Windows color (decimal): -4579431 or 10035130. OLE color: 10035130.

HSL color Cylindrical-coordinate representation of color #BA1F99: hue angle of 312.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F99 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18631153-
CMYK00.830.180.27
HSL312.77º71.43%42.55%-
HSV(B)312.77º83.33%72.94%-
XYZ26.4913.7231.39-
YUV91.25162.85195.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 31 (12.5% from 255) = 8.38%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=50.27%
G=8.38%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863115300.830.180.27312.7771.4342.55
HexBA1F99053121B139472b
Octal272372310123223347110753
Binary1011101011111100110010101001110010110111001110011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba1f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba1f99; }

 p { color: rgb(186,31,153); }

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

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

 a { background-color: rgb(186,31,153); }

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

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

 span { border-color: rgb(186,31,153); }

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