#BA0397

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

Shades of Medium Violet Red #BA0397

Tints of Medium Violet Red #BA0397

Color information

#BA0397 (or 0xBA0397) is unknown color: approx Medium Violet Red. HEX triplet: BA, 03 and 97. RGB value is (186,3,151). Sum of RGB (Red+Green+Blue) = 186+3+151=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0397 is #45FC68. Grayscale: #4A4A4A. Windows color (decimal): -4586601 or 9896890. OLE color: 9896890.

HSL color Cylindrical-coordinate representation of color #BA0397: hue angle of 311.48º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0397 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB1863151-
CMYK00.980.190.27
HSL311.48º96.83%37.06%-
HSV(B)311.48º98.39%72.94%-
XYZ25.8712.7430.37-
YUV74.59171.13207.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 151 (59.38% from 255) = 44.41%
R=54.71%
G=0.88%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186315100.980.190.27311.4896.8337.06
HexBA397062131B1376125
Octal27232270142233346714145
Binary1011101011100101110110001010011110111001101111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0397; }

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

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

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

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

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

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

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

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