#BA087A

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

Shades of Medium Violet Red #BA087A

Tints of Medium Violet Red #BA087A

Color information

#BA087A (or 0xBA087A) is unknown color: approx Medium Violet Red. HEX triplet: BA, 08 and 7A. RGB value is (186,8,122). Sum of RGB (Red+Green+Blue) = 186+8+122=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA087A is #45F785. Grayscale: #494949. Windows color (decimal): -4585350 or 7997626. OLE color: 7997626.

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

Color convert

RGB1868122-
CMYK00.960.340.27
HSL321.57º91.75%38.04%-
HSV(B)321.57º95.7%72.94%-
XYZ23.8512.0219.48-
YUV74.22154.97207.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.86%
GREEN value IS 8 (3.52% from 255) = 2.53%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=58.86%
G=2.53%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186812200.960.340.27321.5791.7538.04
HexBA87A060221B1425c26
Octal272101720140423350213446
Binary101110101000111101001100000100010110111010000101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA087A; }

 p { color: rgb(186,8,122); }

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

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

 a { background-color: rgb(186,8,122); }

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

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

 span { border-color: rgb(186,8,122); }

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