#BA0590

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

Shades of Medium Violet Red #BA0590

Tints of Medium Violet Red #BA0590

Color information

#BA0590 (or 0xBA0590) is unknown color: approx Medium Violet Red. HEX triplet: BA, 05 and 90. RGB value is (186,5,144). Sum of RGB (Red+Green+Blue) = 186+5+144=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0590 is #45FA6F. Grayscale: #4A4A4A. Windows color (decimal): -4586096 or 9438650. OLE color: 9438650.

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

Color convert

RGB1865144-
CMYK00.970.230.27
HSL313.92º94.76%37.45%-
HSV(B)313.92º97.31%72.94%-
XYZ25.3412.5627.47-
YUV74.96166.97207.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 5 (2.34% from 255) = 1.49%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=55.52%
G=1.49%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186514400.970.230.27313.9294.7637.45
HexBA590061171B13a5f25
Octal27252200141273347213745
Binary10111010101100100000110000110111110111001110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0590; }

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

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

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

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

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

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

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

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