#ba337f

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

Shades of Medium Red Violet #BA337F

Tints of Medium Red Violet #BA337F

Color information

#BA337F (or 0xBA337F) is unknown color: approx Medium Red Violet. HEX triplet: BA, 33 and 7F. RGB value is (186,51,127). Sum of RGB (Red+Green+Blue) = 186+51+127=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA337F is #45CC80. Grayscale: #636363. Windows color (decimal): -4574337 or 8336314. OLE color: 8336314.

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

Color convert

RGB18651127-
CMYK00.730.320.27
HSL326.22º56.96%46.47%-
HSV(B)326.22º72.58%72.94%-
XYZ25.2614.3421.51-
YUV100.03143.23189.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 51 (20.31% from 255) = 14.01%
BLUE value IS 127 (50% from 255) = 34.89%
R=51.10%
G=14.01%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865112700.730.320.27326.2256.9646.47
HexBA337F049201B146392e
Octal27263177011140335067156
Binary1011101011001111111110100100110000011011101000110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba337f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba337f; }

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

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

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

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

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

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

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

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