#BA0096

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

Shades of Medium Violet Red #BA0096

Tints of Medium Violet Red #BA0096

Color information

#BA0096 (or 0xBA0096) is unknown color: approx Medium Violet Red. HEX triplet: BA, 00 and 96. RGB value is (186,0,150). Sum of RGB (Red+Green+Blue) = 186+0+150=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0096 is #45FF69. Grayscale: #484848. Windows color (decimal): -4587370 or 9830586. OLE color: 9830586.

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

Color convert

RGB1860150-
CMYK010.190.27
HSL311.61º100%36.47%-
HSV(B)311.61º100%72.94%-
XYZ25.7512.6429.94-
YUV72.71171.62208.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=55.36%
G=0%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860150010.190.27311.6110036.47
HexBA096064131B1386424
Octal27202260144233347014444
Binary101110100100101100110010010011110111001110001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0096; }

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

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

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

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

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

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

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

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