#BA01A2

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

Shades of Medium Violet Red #BA01A2

Tints of Medium Violet Red #BA01A2

Color information

#BA01A2 (or 0xBA01A2) is unknown color: approx Medium Violet Red. HEX triplet: BA, 01 and A2. RGB value is (186,1,162). Sum of RGB (Red+Green+Blue) = 186+1+162=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01A2 is #45FE5D. Grayscale: #4A4A4A. Windows color (decimal): -4587102 or 10617274. OLE color: 10617274.

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

Color convert

RGB1861162-
CMYK00.990.130.27
HSL307.78º98.93%36.67%-
HSV(B)307.78º99.46%72.94%-
XYZ26.7813.0735.29-
YUV74.67177.29207.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 162 (63.67% from 255) = 46.42%
R=53.30%
G=0.29%
B=46.42%

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
Decimal186116200.990.130.27307.7898.9336.67
HexBA1A2063D1B1346325
Octal27212420143153346414345
Binary10111010110100010011000111101110111001101001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA01A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA01A2; }

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

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

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

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

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

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

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

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