#BA0D77

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

Shades of Medium Violet Red #BA0D77

Tints of Medium Violet Red #BA0D77

Color information

#BA0D77 (or 0xBA0D77) is unknown color: approx Medium Violet Red. HEX triplet: BA, 0D and 77. RGB value is (186,13,119). Sum of RGB (Red+Green+Blue) = 186+13+119=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D77 is #45F288. Grayscale: #4C4C4C. Windows color (decimal): -4584073 or 7802298. OLE color: 7802298.

HSL color Cylindrical-coordinate representation of color #BA0D77: hue angle of 323.24º 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 #BA0D77 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18613119-
CMYK00.930.360.27
HSL323.24º86.93%39.02%-
HSV(B)323.24º93.01%72.94%-
XYZ23.7212.0618.53-
YUV76.81151.81205.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 13 (5.47% from 255) = 4.09%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=58.49%
G=4.09%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861311900.930.360.27323.2486.9339.02
HexBAD7705D241B1435727
Octal272151670135443350312747
Binary101110101101111011101011101100100110111010000111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0D77; }

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

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

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

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

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

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

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

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