#BA11A2

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

Shades of Medium Violet Red #BA11A2

Tints of Medium Violet Red #BA11A2

Color information

#BA11A2 (or 0xBA11A2) is unknown color: approx Medium Violet Red. HEX triplet: BA, 11 and A2. RGB value is (186,17,162). Sum of RGB (Red+Green+Blue) = 186+17+162=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA11A2 is #45EE5D. Grayscale: #535353. Windows color (decimal): -4583006 or 10621370. OLE color: 10621370.

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

Color convert

RGB18617162-
CMYK00.910.130.27
HSL308.52º83.25%39.8%-
HSV(B)308.52º90.86%72.94%-
XYZ26.9713.4535.36-
YUV84.06171.99200.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 17 (7.03% from 255) = 4.66%
BLUE value IS 162 (63.67% from 255) = 44.38%
R=50.96%
G=4.66%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861716200.910.130.27308.5283.2539.8
HexBA11A205BD1B1355328
Octal272212420133153346512350
Binary101110101000110100010010110111101110111001101011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA11A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA11A2; }

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

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

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

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

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

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

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

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