#BA148F

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

Shades of Medium Violet Red #BA148F

Tints of Medium Violet Red #BA148F

Color information

#BA148F (or 0xBA148F) is unknown color: approx Medium Violet Red. HEX triplet: BA, 14 and 8F. RGB value is (186,20,143). Sum of RGB (Red+Green+Blue) = 186+20+143=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA148F is #45EB70. Grayscale: #535353. Windows color (decimal): -4582257 or 9376954. OLE color: 9376954.

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

Color convert

RGB18620143-
CMYK00.890.230.27
HSL315.54º80.58%40.39%-
HSV(B)315.54º89.25%72.94%-
XYZ25.4612.9227.14-
YUV83.66161.5201-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 20 (8.20% from 255) = 5.73%
BLUE value IS 143 (56.25% from 255) = 40.97%
R=53.30%
G=5.73%
B=40.97%

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
Decimal1862014300.890.230.27315.5480.5840.39
HexBA148F059171B13c5128
Octal272242170131273347412150
Binary1011101010100100011110101100110111110111001111001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA148F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA148F; }

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

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

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

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

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

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

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

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