#BA019E

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

Shades of Medium Violet Red #BA019E

Tints of Medium Violet Red #BA019E

Color information

#BA019E (or 0xBA019E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 01 and 9E. RGB value is (186,1,158). Sum of RGB (Red+Green+Blue) = 186+1+158=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA019E is #45FE61. Grayscale: #494949. Windows color (decimal): -4587106 or 10355130. OLE color: 10355130.

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

Color convert

RGB1861158-
CMYK00.990.150.27
HSL309.08º98.93%36.67%-
HSV(B)309.08º99.46%72.94%-
XYZ26.4312.9333.45-
YUV74.21175.29207.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=53.91%
G=0.29%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186115800.990.150.27309.0898.9336.67
HexBA19E063F1B1356325
Octal27212360143173346514345
Binary10111010110011110011000111111110111001101011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA019E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA019E; }

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

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

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

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

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

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

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

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