#BA12A1

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

Shades of Medium Violet Red #BA12A1

Tints of Medium Violet Red #BA12A1

Color information

#BA12A1 (or 0xBA12A1) is unknown color: approx Medium Violet Red. HEX triplet: BA, 12 and A1. RGB value is (186,18,161). Sum of RGB (Red+Green+Blue) = 186+18+161=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA12A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA12A1 is #45ED5E. Grayscale: #545454. Windows color (decimal): -4582751 or 10556090. OLE color: 10556090.

HSL color Cylindrical-coordinate representation of color #BA12A1: hue angle of 308.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA12A1 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18618161-
CMYK00.900.130.27
HSL308.93º82.35%40%-
HSV(B)308.93º90.32%72.94%-
XYZ26.913.4434.9-
YUV84.53171.16200.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 18 (7.42% from 255) = 4.93%
BLUE value IS 161 (63.28% from 255) = 44.11%
R=50.96%
G=4.93%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861816100.900.130.27308.9382.3540
HexBA12A105AD1B1355228
Octal272222410132153346512250
Binary101110101001010100001010110101101110111001101011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA12A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA12A1; }

 p { color: rgb(186,18,161); }

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

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

 a { background-color: rgb(186,18,161); }

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

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

 span { border-color: rgb(186,18,161); }

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