#BA0980

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

Shades of Medium Violet Red #BA0980

Tints of Medium Violet Red #BA0980

Color information

#BA0980 (or 0xBA0980) is unknown color: approx Medium Violet Red. HEX triplet: BA, 09 and 80. RGB value is (186,9,128). Sum of RGB (Red+Green+Blue) = 186+9+128=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0980 is #45F67F. Grayscale: #4B4B4B. Windows color (decimal): -4585088 or 8391098. OLE color: 8391098.

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

Color convert

RGB1869128-
CMYK00.950.310.27
HSL319.66º90.77%38.24%-
HSV(B)319.66º95.16%72.94%-
XYZ24.2412.1921.5-
YUV75.49157.64206.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 9 (3.91% from 255) = 2.79%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=57.59%
G=2.79%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186912800.950.310.27319.6690.7738.24
HexBA98005F1F1B1405b26
Octal272112000137373350013346
Binary101110101001100000000101111111111110111010000001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0980; }

 p { color: rgb(186,9,128); }

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

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

 a { background-color: rgb(186,9,128); }

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

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

 span { border-color: rgb(186,9,128); }

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