#BA1078

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

Shades of Medium Violet Red #BA1078

Tints of Medium Violet Red #BA1078

Color information

#BA1078 (or 0xBA1078) is unknown color: approx Medium Violet Red. HEX triplet: BA, 10 and 78. RGB value is (186,16,120). Sum of RGB (Red+Green+Blue) = 186+16+120=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1078 is #45EF87. Grayscale: #4E4E4E. Windows color (decimal): -4583304 or 7868602. OLE color: 7868602.

HSL color Cylindrical-coordinate representation of color #BA1078: hue angle of 323.29º degrees, saturation: 0.84, 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 #BA1078 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18616120-
CMYK00.910.350.27
HSL323.29º84.16%39.61%-
HSV(B)323.29º91.4%72.94%-
XYZ23.8312.1718.86-
YUV78.69151.32204.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 16 (6.64% from 255) = 4.97%
BLUE value IS 120 (47.27% from 255) = 37.27%
R=57.76%
G=4.97%
B=37.27%

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
Decimal1861612000.910.350.27323.2984.1639.61
HexBA107805B231B1435428
Octal272201700133433350312450
Binary1011101010000111100001011011100011110111010000111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1078; }

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

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

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

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

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

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

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

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