#ba0087

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

Shades of Medium Violet Red #BA0087

Tints of Medium Violet Red #BA0087

Color information

#BA0087 (or 0xBA0087) is unknown color: approx Medium Violet Red. HEX triplet: BA, 00 and 87. RGB value is (186,0,135). Sum of RGB (Red+Green+Blue) = 186+0+135=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0087 is #45FF78. Grayscale: #464646. Windows color (decimal): -4587385 or 8847546. OLE color: 8847546.

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

Color convert

RGB1860135-
CMYK010.270.27
HSL316.45º100%36.47%-
HSV(B)316.45º100%72.94%-
XYZ24.6212.1923.98-
YUV71164.12210.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=57.94%
G=0%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860135010.270.27316.4510036.47
HexBA0870641B1B13c6424
Octal27202070144333347414444
Binary101110100100001110110010011011110111001111001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba0087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba0087; }

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

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

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

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

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

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

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

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