#BA039E

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

Shades of Medium Violet Red #BA039E

Tints of Medium Violet Red #BA039E

Color information

#BA039E (or 0xBA039E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 03 and 9E. RGB value is (186,3,158). Sum of RGB (Red+Green+Blue) = 186+3+158=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA039E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA039E is #45FC61. Grayscale: #4A4A4A. Windows color (decimal): -4586594 or 10355642. OLE color: 10355642.

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

Color convert

RGB1863158-
CMYK00.980.150.27
HSL309.18º96.83%37.06%-
HSV(B)309.18º98.39%72.94%-
XYZ26.4512.9733.46-
YUV75.39174.63206.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=53.60%
G=0.86%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186315800.980.150.27309.1896.8337.06
HexBA39E062F1B1356125
Octal27232360142173346514145
Binary101110101110011110011000101111110111001101011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA039E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA039E; }

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

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

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

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

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

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

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

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