#BA12A4

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

Shades of Medium Violet Red #BA12A4

Tints of Medium Violet Red #BA12A4

Color information

#BA12A4 (or 0xBA12A4) is unknown color: approx Medium Violet Red. HEX triplet: BA, 12 and A4. RGB value is (186,18,164). Sum of RGB (Red+Green+Blue) = 186+18+164=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA12A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA12A4 is #45ED5B. Grayscale: #545454. Windows color (decimal): -4582748 or 10752698. OLE color: 10752698.

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

Color convert

RGB18618164-
CMYK00.900.120.27
HSL307.86º82.35%40%-
HSV(B)307.86º90.32%72.94%-
XYZ27.1713.5536.31-
YUV84.88172.66200.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 18 (7.42% from 255) = 4.89%
BLUE value IS 164 (64.45% from 255) = 44.57%
R=50.54%
G=4.89%
B=44.57%

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
Decimal1861816400.900.120.27307.8682.3540
HexBA12A405AC1B1345228
Octal272222440132143346412250
Binary101110101001010100100010110101100110111001101001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA12A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA12A4; }

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

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

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

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

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

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

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

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