#BA28A9

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

Shades of Medium Red Violet #BA28A9

Tints of Medium Red Violet #BA28A9

Color information

#BA28A9 (or 0xBA28A9) is unknown color: approx Medium Red Violet. HEX triplet: BA, 28 and A9. RGB value is (186,40,169). Sum of RGB (Red+Green+Blue) = 186+40+169=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA28A9 is #45D756. Grayscale: #616161. Windows color (decimal): -4577111 or 11086010. OLE color: 11086010.

HSL color Cylindrical-coordinate representation of color #BA28A9: hue angle of 306.99º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA28A9 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18640169-
CMYK00.780.090.27
HSL306.99º64.6%44.31%-
HSV(B)306.99º78.49%72.94%-
XYZ28.1714.8238.91-
YUV98.36167.87190.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 40 (16.02% from 255) = 10.13%
BLUE value IS 169 (66.41% from 255) = 42.78%
R=47.09%
G=10.13%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864016900.780.090.27306.9964.644.31
HexBA28A904E91B133412c
Octal272502510116113346310154
Binary1011101010100010101001010011101001110111001100111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA28A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA28A9; }

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

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

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

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

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

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

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

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