#BA339E

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

Shades of Medium Red Violet #BA339E

Tints of Medium Red Violet #BA339E

Color information

#BA339E (or 0xBA339E) is unknown color: approx Medium Red Violet. HEX triplet: BA, 33 and 9E. RGB value is (186,51,158). Sum of RGB (Red+Green+Blue) = 186+51+158=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA339E is #45CC61. Grayscale: #676767. Windows color (decimal): -4574306 or 10367930. OLE color: 10367930.

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

Color convert

RGB18651158-
CMYK00.730.150.27
HSL312.44º56.96%46.47%-
HSV(B)312.44º72.58%72.94%-
XYZ27.6115.2833.84-
YUV103.56158.73186.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 51 (20.31% from 255) = 12.91%
BLUE value IS 158 (62.11% from 255) = 40%
R=47.09%
G=12.91%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865115800.730.150.27312.4456.9646.47
HexBA339E049F1B138392e
Octal27263236011117334707156
Binary101110101100111001111001001001111111011100111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA339E; }

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

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

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

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

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

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

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

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