#BA3386

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

Shades of Medium Red Violet #BA3386

Tints of Medium Red Violet #BA3386

Color information

#BA3386 (or 0xBA3386) is unknown color: approx Medium Red Violet. HEX triplet: BA, 33 and 86. RGB value is (186,51,134). Sum of RGB (Red+Green+Blue) = 186+51+134=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3386 is #45CC79. Grayscale: #646464. Windows color (decimal): -4574330 or 8795066. OLE color: 8795066.

HSL color Cylindrical-coordinate representation of color #BA3386: hue angle of 323.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3386 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB18651134-
CMYK00.730.280.27
HSL323.11º56.96%46.47%-
HSV(B)323.11º72.58%72.94%-
XYZ25.7414.5324-
YUV100.83146.73188.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=50.13%
G=13.75%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865113400.730.280.27323.1156.9646.47
HexBA33860491C1B143392e
Octal27263206011134335037156
Binary1011101011001110000110010010011110011011101000011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3386; }

 p { color: rgb(186,51,134); }

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

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

 a { background-color: rgb(186,51,134); }

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

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

 span { border-color: rgb(186,51,134); }

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