#BA109B

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

Shades of Medium Violet Red #BA109B

Tints of Medium Violet Red #BA109B

Color information

#BA109B (or 0xBA109B) is unknown color: approx Medium Violet Red. HEX triplet: BA, 10 and 9B. RGB value is (186,16,155). Sum of RGB (Red+Green+Blue) = 186+16+155=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA109B is #45EF64. Grayscale: #525252. Windows color (decimal): -4583269 or 10162362. OLE color: 10162362.

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

Color convert

RGB18616155-
CMYK00.910.170.27
HSL310.94º84.16%39.61%-
HSV(B)310.94º91.4%72.94%-
XYZ26.3513.1832.16-
YUV82.68168.82201.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 16 (6.64% from 255) = 4.48%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=52.10%
G=4.48%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861615500.910.170.27310.9484.1639.61
HexBA109B05B111B1375428
Octal272202330133213346712450
Binary1011101010000100110110101101110001110111001101111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA109B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA109B; }

 p { color: rgb(186,16,155); }

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

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

 a { background-color: rgb(186,16,155); }

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

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

 span { border-color: rgb(186,16,155); }

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