#BA0085

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

Shades of Medium Violet Red #BA0085

Tints of Medium Violet Red #BA0085

Color information

#BA0085 (or 0xBA0085) is unknown color: approx Medium Violet Red. HEX triplet: BA, 00 and 85. RGB value is (186,0,133). Sum of RGB (Red+Green+Blue) = 186+0+133=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0085 is #45FF7A. Grayscale: #464646. Windows color (decimal): -4587387 or 8716474. OLE color: 8716474.

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

Color convert

RGB1860133-
CMYK010.280.27
HSL317.1º100%36.47%-
HSV(B)317.1º100%72.94%-
XYZ24.4812.1323.24-
YUV70.78163.12210.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=58.31%
G=0%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860133010.280.27317.110036.47
HexBA0850641C1B13d6424
Octal27202050144343347514444
Binary101110100100001010110010011100110111001111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0085; }

 p { color: rgb(186,0,133); }

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

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

 a { background-color: rgb(186,0,133); }

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

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

 span { border-color: rgb(186,0,133); }

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