#BA0073

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

Shades of Medium Violet Red #BA0073

Tints of Medium Violet Red #BA0073

Color information

#BA0073 (or 0xBA0073) is unknown color: approx Medium Violet Red. HEX triplet: BA, 00 and 73. RGB value is (186,0,115). Sum of RGB (Red+Green+Blue) = 186+0+115=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0073 is #45FF8C. Grayscale: #444444. Windows color (decimal): -4587405 or 7536826. OLE color: 7536826.

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

Color convert

RGB1860115-
CMYK010.380.27
HSL322.9º100%36.47%-
HSV(B)322.9º100%72.94%-
XYZ23.3411.6817.24-
YUV68.72154.12211.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=61.79%
G=0%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860115010.380.27322.910036.47
HexBA073064261B1436424
Octal27201630144463350314444
Binary101110100111001101100100100110110111010000111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0073; }

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

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

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

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

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

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

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

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