#BA0576

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

Shades of Medium Violet Red #BA0576

Tints of Medium Violet Red #BA0576

Color information

#BA0576 (or 0xBA0576) is unknown color: approx Medium Violet Red. HEX triplet: BA, 05 and 76. RGB value is (186,5,118). Sum of RGB (Red+Green+Blue) = 186+5+118=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0576 is #45FA89. Grayscale: #474747. Windows color (decimal): -4586122 or 7734714. OLE color: 7734714.

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

Color convert

RGB1865118-
CMYK00.970.370.27
HSL322.54º94.76%37.45%-
HSV(B)322.54º97.31%72.94%-
XYZ23.5711.8618.19-
YUV72153.97209.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 5 (2.34% from 255) = 1.62%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=60.19%
G=1.62%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186511800.970.370.27322.5494.7637.45
HexBA576061251B1435f25
Octal27251660141453350313745
Binary10111010101111011001100001100101110111010000111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0576; }

 p { color: rgb(186,5,118); }

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

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

 a { background-color: rgb(186,5,118); }

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

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

 span { border-color: rgb(186,5,118); }

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