#BA148B

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

Shades of Medium Violet Red #BA148B

Tints of Medium Violet Red #BA148B

Color information

#BA148B (or 0xBA148B) is unknown color: approx Medium Violet Red. HEX triplet: BA, 14 and 8B. RGB value is (186,20,139). Sum of RGB (Red+Green+Blue) = 186+20+139=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA148B is #45EB74. Grayscale: #525252. Windows color (decimal): -4582261 or 9114810. OLE color: 9114810.

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

Color convert

RGB18620139-
CMYK00.890.250.27
HSL316.99º80.58%40.39%-
HSV(B)316.99º89.25%72.94%-
XYZ25.1612.825.57-
YUV83.2159.5201.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 20 (8.20% from 255) = 5.80%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=53.91%
G=5.80%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862013900.890.250.27316.9980.5840.39
HexBA148B059191B13d5128
Octal272242130131313347512150
Binary1011101010100100010110101100111001110111001111011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA148B; }

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

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

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

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

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

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

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

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