#BA33A8

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

Shades of Medium Red Violet #BA33A8

Tints of Medium Red Violet #BA33A8

Color information

#BA33A8 (or 0xBA33A8) is unknown color: approx Medium Red Violet. HEX triplet: BA, 33 and A8. RGB value is (186,51,168). Sum of RGB (Red+Green+Blue) = 186+51+168=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33A8 is #45CC57. Grayscale: #686868. Windows color (decimal): -4574296 or 11023290. OLE color: 11023290.

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

Color convert

RGB18651168-
CMYK00.730.100.27
HSL308º56.96%46.47%-
HSV(B)308º72.58%72.94%-
XYZ28.515.6338.56-
YUV104.7163.73185.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 51 (20.31% from 255) = 12.59%
BLUE value IS 168 (66.02% from 255) = 41.48%
R=45.93%
G=12.59%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865116800.730.100.2730856.9646.47
HexBA33A8049A1B134392e
Octal27263250011112334647156
Binary101110101100111010100001001001101011011100110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA33A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA33A8; }

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

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

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

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

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

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

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

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