#BA337A

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

Shades of Medium Red Violet #BA337A

Tints of Medium Red Violet #BA337A

Color information

#BA337A (or 0xBA337A) is unknown color: approx Medium Red Violet. HEX triplet: BA, 33 and 7A. RGB value is (186,51,122). Sum of RGB (Red+Green+Blue) = 186+51+122=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA337A is #45CC85. Grayscale: #636363. Windows color (decimal): -4574342 or 8008634. OLE color: 8008634.

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

Color convert

RGB18651122-
CMYK00.730.340.27
HSL328.44º56.96%46.47%-
HSV(B)328.44º72.58%72.94%-
XYZ24.9514.2119.84-
YUV99.46140.73189.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 51 (20.31% from 255) = 14.21%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=51.81%
G=14.21%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865112200.730.340.27328.4456.9646.47
HexBA337A049221B148392e
Octal27263172011142335107156
Binary1011101011001111110100100100110001011011101001000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA337A; }

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

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

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

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

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

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

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

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