#BA3599

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

Shades of Medium Red Violet #BA3599

Tints of Medium Red Violet #BA3599

Color information

#BA3599 (or 0xBA3599) is unknown color: approx Medium Red Violet. HEX triplet: BA, 35 and 99. RGB value is (186,53,153). Sum of RGB (Red+Green+Blue) = 186+53+153=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3599 is #45CA66. Grayscale: #676767. Windows color (decimal): -4573799 or 10040762. OLE color: 10040762.

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

Color convert

RGB18653153-
CMYK00.720.180.27
HSL314.89º55.65%46.86%-
HSV(B)314.89º71.51%72.94%-
XYZ27.2715.2931.65-
YUV104.17155.56186.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 53 (21.09% from 255) = 13.52%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=47.45%
G=13.52%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865315300.720.180.27314.8955.6546.86
HexBA3599048121B13b382f
Octal27265231011022334737057
Binary1011101011010110011001010010001001011011100111011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3599; }

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

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

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

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

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

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

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

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