#BA158F

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

Shades of Medium Violet Red #BA158F

Tints of Medium Violet Red #BA158F

Color information

#BA158F (or 0xBA158F) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 8F. RGB value is (186,21,143). Sum of RGB (Red+Green+Blue) = 186+21+143=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA158F is #45EA70. Grayscale: #535353. Windows color (decimal): -4582001 or 9377210. OLE color: 9377210.

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

Color convert

RGB18621143-
CMYK00.890.230.27
HSL315.64º79.71%40.59%-
HSV(B)315.64º88.71%72.94%-
XYZ25.4812.9627.15-
YUV84.24161.16200.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 21 (8.59% from 255) = 6%
BLUE value IS 143 (56.25% from 255) = 40.86%
R=53.14%
G=6%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862114300.890.230.27315.6479.7140.59
HexBA158F059171B13c5029
Octal272252170131273347412051
Binary1011101010101100011110101100110111110111001111001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA158F; }

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

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

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

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

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

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

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

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