#ba188f

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

Shades of Medium Violet Red #BA188F

Tints of Medium Violet Red #BA188F

Color information

#BA188F (or 0xBA188F) is unknown color: approx Medium Violet Red. HEX triplet: BA, 18 and 8F. RGB value is (186,24,143). Sum of RGB (Red+Green+Blue) = 186+24+143=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA188F is #45E770. Grayscale: #555555. Windows color (decimal): -4581233 or 9377978. OLE color: 9377978.

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

Color convert

RGB18624143-
CMYK00.870.230.27
HSL315.93º77.14%41.18%-
HSV(B)315.93º87.1%72.94%-
XYZ25.5313.0827.16-
YUV86160.17199.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 24 (9.77% from 255) = 6.80%
BLUE value IS 143 (56.25% from 255) = 40.51%
R=52.69%
G=6.80%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862414300.870.230.27315.9377.1441.18
HexBA188F057171B13c4d29
Octal272302170127273347411551
Binary1011101011000100011110101011110111110111001111001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba188f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba188f; }

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

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

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

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

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

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

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

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