#BA33A9

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

Shades of Medium Red Violet #BA33A9

Tints of Medium Red Violet #BA33A9

Color information

#BA33A9 (or 0xBA33A9) is unknown color: approx Medium Red Violet. HEX triplet: BA, 33 and A9. RGB value is (186,51,169). Sum of RGB (Red+Green+Blue) = 186+51+169=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33A9 is #45CC56. Grayscale: #686868. Windows color (decimal): -4574295 or 11088826. OLE color: 11088826.

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

Color convert

RGB18651169-
CMYK00.730.090.27
HSL307.56º56.96%46.47%-
HSV(B)307.56º72.58%72.94%-
XYZ28.5915.6739.05-
YUV104.82164.23185.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 51 (20.31% from 255) = 12.56%
BLUE value IS 169 (66.41% from 255) = 41.63%
R=45.81%
G=12.56%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865116900.730.090.27307.5656.9646.47
HexBA33A904991B134392e
Octal27263251011111334647156
Binary101110101100111010100101001001100111011100110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA33A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA33A9; }

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

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

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

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

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

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

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

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