#BA0D79

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

Shades of Medium Violet Red #BA0D79

Tints of Medium Violet Red #BA0D79

Color information

#BA0D79 (or 0xBA0D79) is unknown color: approx Medium Violet Red. HEX triplet: BA, 0D and 79. RGB value is (186,13,121). Sum of RGB (Red+Green+Blue) = 186+13+121=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D79 is #45F286. Grayscale: #4C4C4C. Windows color (decimal): -4584071 or 7933370. OLE color: 7933370.

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

Color convert

RGB18613121-
CMYK00.930.350.27
HSL322.54º86.93%39.02%-
HSV(B)322.54º93.01%72.94%-
XYZ23.8412.1119.17-
YUV77.04152.81205.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 13 (5.47% from 255) = 4.06%
BLUE value IS 121 (47.66% from 255) = 37.81%
R=58.12%
G=4.06%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861312100.930.350.27322.5486.9339.02
HexBAD7905D231B1435727
Octal272151710135433350312747
Binary101110101101111100101011101100011110111010000111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0D79; }

 p { color: rgb(186,13,121); }

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

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

 a { background-color: rgb(186,13,121); }

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

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

 span { border-color: rgb(186,13,121); }

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