#BA158E

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

Shades of Medium Violet Red #BA158E

Tints of Medium Violet Red #BA158E

Color information

#BA158E (or 0xBA158E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 8E. RGB value is (186,21,142). Sum of RGB (Red+Green+Blue) = 186+21+142=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA158E is #45EA71. Grayscale: #535353. Windows color (decimal): -4582002 or 9311674. OLE color: 9311674.

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

Color convert

RGB18621142-
CMYK00.890.240.27
HSL316º79.71%40.59%-
HSV(B)316º88.71%72.94%-
XYZ25.412.9326.75-
YUV84.13160.66200.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 21 (8.59% from 255) = 6.02%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=53.30%
G=6.02%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862114200.890.240.2731679.7140.59
HexBA158E059181B13c5029
Octal272252160131303347412051
Binary1011101010101100011100101100111000110111001111001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA158E; }

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

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

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

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

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

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

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

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