#BA2FA8

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

Shades of Medium Red Violet #BA2FA8

Tints of Medium Red Violet #BA2FA8

Color information

#BA2FA8 (or 0xBA2FA8) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2F and A8. RGB value is (186,47,168). Sum of RGB (Red+Green+Blue) = 186+47+168=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FA8 is #45D057. Grayscale: #666666. Windows color (decimal): -4575320 or 11022266. OLE color: 11022266.

HSL color Cylindrical-coordinate representation of color #BA2FA8: hue angle of 307.77º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2FA8 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18647168-
CMYK00.750.100.27
HSL307.77º59.66%45.69%-
HSV(B)307.77º74.73%72.94%-
XYZ28.3315.338.51-
YUV102.36165.05187.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 47 (18.75% from 255) = 11.72%
BLUE value IS 168 (66.02% from 255) = 41.90%
R=46.38%
G=11.72%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864716800.750.100.27307.7759.6645.69
HexBA2FA804BA1B1343c2e
Octal27257250011312334647456
Binary101110101011111010100001001011101011011100110100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2FA8; }

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

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

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

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

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

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

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

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