#BA339A

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

Shades of Medium Red Violet #BA339A

Tints of Medium Red Violet #BA339A

Color information

#BA339A (or 0xBA339A) is unknown color: approx Medium Red Violet. HEX triplet: BA, 33 and 9A. RGB value is (186,51,154). Sum of RGB (Red+Green+Blue) = 186+51+154=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA339A is #45CC65. Grayscale: #666666. Windows color (decimal): -4574310 or 10105786. OLE color: 10105786.

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

Color convert

RGB18651154-
CMYK00.730.170.27
HSL314.22º56.96%46.47%-
HSV(B)314.22º72.58%72.94%-
XYZ27.2715.1432.06-
YUV103.11156.73187.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 51 (20.31% from 255) = 13.04%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=47.57%
G=13.04%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865115400.730.170.27314.2256.9646.47
HexBA339A049111B13a392e
Octal27263232011121334727156
Binary1011101011001110011010010010011000111011100111010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA339A; }

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

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

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

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

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

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

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

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