#BA359F

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

Shades of Medium Red Violet #BA359F

Tints of Medium Red Violet #BA359F

Color information

#BA359F (or 0xBA359F) is unknown color: approx Medium Red Violet. HEX triplet: BA, 35 and 9F. RGB value is (186,53,159). Sum of RGB (Red+Green+Blue) = 186+53+159=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA359F is #45CA60. Grayscale: #686868. Windows color (decimal): -4573793 or 10433978. OLE color: 10433978.

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

Color convert

RGB18653159-
CMYK00.720.150.27
HSL312.18º55.65%46.86%-
HSV(B)312.18º71.51%72.94%-
XYZ27.7815.4934.33-
YUV104.85158.56185.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 53 (21.09% from 255) = 13.32%
BLUE value IS 159 (62.5% from 255) = 39.95%
R=46.73%
G=13.32%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865315900.720.150.27312.1855.6546.86
HexBA359F048F1B138382f
Octal27265237011017334707057
Binary101110101101011001111101001000111111011100111000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA359F; }

 p { color: rgb(186,53,159); }

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

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

 a { background-color: rgb(186,53,159); }

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

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

 span { border-color: rgb(186,53,159); }

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