#BA12A3

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

Shades of Medium Violet Red #BA12A3

Tints of Medium Violet Red #BA12A3

Color information

#BA12A3 (or 0xBA12A3) is unknown color: approx Medium Violet Red. HEX triplet: BA, 12 and A3. RGB value is (186,18,163). Sum of RGB (Red+Green+Blue) = 186+18+163=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA12A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA12A3 is #45ED5C. Grayscale: #545454. Windows color (decimal): -4582749 or 10687162. OLE color: 10687162.

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

Color convert

RGB18618163-
CMYK00.900.120.27
HSL308.21º82.35%40%-
HSV(B)308.21º90.32%72.94%-
XYZ27.0813.5235.83-
YUV84.76172.16200.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 18 (7.42% from 255) = 4.90%
BLUE value IS 163 (64.06% from 255) = 44.41%
R=50.68%
G=4.90%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861816300.900.120.27308.2182.3540
HexBA12A305AC1B1345228
Octal272222430132143346412250
Binary101110101001010100011010110101100110111001101001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA12A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA12A3; }

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

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

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

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

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

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

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

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