#BA0897

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

Shades of Medium Violet Red #BA0897

Tints of Medium Violet Red #BA0897

Color information

#BA0897 (or 0xBA0897) is unknown color: approx Medium Violet Red. HEX triplet: BA, 08 and 97. RGB value is (186,8,151). Sum of RGB (Red+Green+Blue) = 186+8+151=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0897 is #45F768. Grayscale: #4D4D4D. Windows color (decimal): -4585321 or 9898170. OLE color: 9898170.

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

Color convert

RGB1868151-
CMYK00.960.190.27
HSL311.8º91.75%38.04%-
HSV(B)311.8º95.7%72.94%-
XYZ25.9212.8530.39-
YUV77.52169.47205.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 8 (3.52% from 255) = 2.32%
BLUE value IS 151 (59.38% from 255) = 43.77%
R=53.91%
G=2.32%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186815100.960.190.27311.891.7538.04
HexBA897060131B1385c26
Octal272102270140233347013446
Binary101110101000100101110110000010011110111001110001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0897; }

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

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

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

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

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

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

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

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