#BA15A7

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

Shades of Medium Violet Red #BA15A7

Tints of Medium Violet Red #BA15A7

Color information

#BA15A7 (or 0xBA15A7) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and A7. RGB value is (186,21,167). Sum of RGB (Red+Green+Blue) = 186+21+167=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA15A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA15A7 is #45EA58. Grayscale: #565656. Windows color (decimal): -4581977 or 10950074. OLE color: 10950074.

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

Color convert

RGB18621167-
CMYK00.890.100.27
HSL306.91º79.71%40.59%-
HSV(B)306.91º88.71%72.94%-
XYZ27.4913.7737.77-
YUV86.98173.16198.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 21 (8.59% from 255) = 5.61%
BLUE value IS 167 (65.62% from 255) = 44.65%
R=49.73%
G=5.61%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862116700.890.100.27306.9179.7140.59
HexBA15A7059A1B1335029
Octal272252470131123346312051
Binary101110101010110100111010110011010110111001100111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA15A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA15A7; }

 p { color: rgb(186,21,167); }

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

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

 a { background-color: rgb(186,21,167); }

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

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

 span { border-color: rgb(186,21,167); }

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