#BA157B

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

Shades of Medium Violet Red #BA157B

Tints of Medium Violet Red #BA157B

Color information

#BA157B (or 0xBA157B) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 7B. RGB value is (186,21,123). Sum of RGB (Red+Green+Blue) = 186+21+123=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA157B is #45EA84. Grayscale: #515151. Windows color (decimal): -4582021 or 8066490. OLE color: 8066490.

HSL color Cylindrical-coordinate representation of color #BA157B: hue angle of 322.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 #BA157B is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18621123-
CMYK00.890.340.27
HSL322.91º79.71%40.59%-
HSV(B)322.91º88.71%72.94%-
XYZ24.0912.4119.86-
YUV81.96151.16202.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 21 (8.59% from 255) = 6.36%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=56.36%
G=6.36%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862112300.890.340.27322.9179.7140.59
HexBA157B059221B1435029
Octal272251730131423350312051
Binary1011101010101111101101011001100010110111010000111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA157B; }

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

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

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

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

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

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

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

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