#BA189E

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

Shades of Medium Violet Red #BA189E

Tints of Medium Violet Red #BA189E

Color information

#BA189E (or 0xBA189E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 18 and 9E. RGB value is (186,24,158). Sum of RGB (Red+Green+Blue) = 186+24+158=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA189E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA189E is #45E761. Grayscale: #575757. Windows color (decimal): -4581218 or 10361018. OLE color: 10361018.

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

Color convert

RGB18624158-
CMYK00.870.150.27
HSL310.37º77.14%41.18%-
HSV(B)310.37º87.1%72.94%-
XYZ26.7513.5633.56-
YUV87.71167.67198.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 24 (9.77% from 255) = 6.52%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=50.54%
G=6.52%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862415800.870.150.27310.3777.1441.18
HexBA189E057F1B1364d29
Octal272302360127173346611551
Binary101110101100010011110010101111111110111001101101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA189E; }

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

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

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

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

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

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

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

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