#BA01A1

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

Shades of Medium Violet Red #BA01A1

Tints of Medium Violet Red #BA01A1

Color information

#BA01A1 (or 0xBA01A1) is unknown color: approx Medium Violet Red. HEX triplet: BA, 01 and A1. RGB value is (186,1,161). Sum of RGB (Red+Green+Blue) = 186+1+161=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01A1 is #45FE5E. Grayscale: #4A4A4A. Windows color (decimal): -4587103 or 10551738. OLE color: 10551738.

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

Color convert

RGB1861161-
CMYK00.990.130.27
HSL308.11º98.93%36.67%-
HSV(B)308.11º99.46%72.94%-
XYZ26.6913.0334.83-
YUV74.56176.79207.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 161 (63.28% from 255) = 46.26%
R=53.45%
G=0.29%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186116100.990.130.27308.1198.9336.67
HexBA1A1063D1B1346325
Octal27212410143153346414345
Binary10111010110100001011000111101110111001101001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA01A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA01A1; }

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

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

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

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

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

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

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

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