#BA1178

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

Shades of Medium Violet Red #BA1178

Tints of Medium Violet Red #BA1178

Color information

#BA1178 (or 0xBA1178) is unknown color: approx Medium Violet Red. HEX triplet: BA, 11 and 78. RGB value is (186,17,120). Sum of RGB (Red+Green+Blue) = 186+17+120=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1178 is #45EE87. Grayscale: #4F4F4F. Windows color (decimal): -4583048 or 7868858. OLE color: 7868858.

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

Color convert

RGB18617120-
CMYK00.910.350.27
HSL323.43º83.25%39.8%-
HSV(B)323.43º90.86%72.94%-
XYZ23.8412.218.87-
YUV79.27150.99204.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 17 (7.03% from 255) = 5.26%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=57.59%
G=5.26%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861712000.910.350.27323.4383.2539.8
HexBA117805B231B1435328
Octal272211700133433350312350
Binary1011101010001111100001011011100011110111010000111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1178; }

 p { color: rgb(186,17,120); }

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

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

 a { background-color: rgb(186,17,120); }

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

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

 span { border-color: rgb(186,17,120); }

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