#BA11A8

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

Shades of Medium Violet Red #BA11A8

Tints of Medium Violet Red #BA11A8

Color information

#BA11A8 (or 0xBA11A8) is unknown color: approx Medium Violet Red. HEX triplet: BA, 11 and A8. RGB value is (186,17,168). Sum of RGB (Red+Green+Blue) = 186+17+168=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA11A8 is #45EE57. Grayscale: #545454. Windows color (decimal): -4583000 or 11014586. OLE color: 11014586.

HSL color Cylindrical-coordinate representation of color #BA11A8: hue angle of 306.39º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA11A8 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18617168-
CMYK00.910.100.27
HSL306.39º83.25%39.8%-
HSV(B)306.39º90.86%72.94%-
XYZ27.5213.6738.23-
YUV84.74174.99200.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 17 (7.03% from 255) = 4.58%
BLUE value IS 168 (66.02% from 255) = 45.28%
R=50.13%
G=4.58%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861716800.910.100.27306.3983.2539.8
HexBA11A805BA1B1325328
Octal272212500133123346212350
Binary101110101000110101000010110111010110111001100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA11A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA11A8; }

 p { color: rgb(186,17,168); }

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

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

 a { background-color: rgb(186,17,168); }

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

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

 span { border-color: rgb(186,17,168); }

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