#BA189C

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

Shades of Medium Violet Red #BA189C

Tints of Medium Violet Red #BA189C

Color information

#BA189C (or 0xBA189C) is unknown color: approx Medium Violet Red. HEX triplet: BA, 18 and 9C. RGB value is (186,24,156). Sum of RGB (Red+Green+Blue) = 186+24+156=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA189C is #45E763. Grayscale: #575757. Windows color (decimal): -4581220 or 10229946. OLE color: 10229946.

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

Color convert

RGB18624156-
CMYK00.870.160.27
HSL311.11º77.14%41.18%-
HSV(B)311.11º87.1%72.94%-
XYZ26.5813.4932.66-
YUV87.49166.67198.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 24 (9.77% from 255) = 6.56%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=50.82%
G=6.56%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862415600.870.160.27311.1177.1441.18
HexBA189C057101B1374d29
Octal272302340127203346711551
Binary1011101011000100111000101011110000110111001101111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA189C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA189C; }

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

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

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

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

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

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

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

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