#BA1BAB

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

Shades of Medium Violet Red #BA1BAB

Tints of Medium Violet Red #BA1BAB

Color information

#BA1BAB (or 0xBA1BAB) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1B and AB. RGB value is (186,27,171). Sum of RGB (Red+Green+Blue) = 186+27+171=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1BAB is #45E454. Grayscale: #5A5A5A. Windows color (decimal): -4580437 or 11213754. OLE color: 11213754.

HSL color Cylindrical-coordinate representation of color #BA1BAB: hue angle of 305.66º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1BAB is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18627171-
CMYK00.850.080.27
HSL305.66º74.65%41.76%-
HSV(B)305.66º85.48%72.94%-
XYZ27.9914.1639.79-
YUV90.96173.18195.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 27 (10.94% from 255) = 7.03%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=48.44%
G=7.03%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862717100.850.080.27305.6674.6541.76
HexBA1BAB05581B1324b2a
Octal272332530125103346211352
Binary101110101101110101011010101011000110111001100101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1BAB; }

 p { color: rgb(186,27,171); }

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

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

 a { background-color: rgb(186,27,171); }

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

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

 span { border-color: rgb(186,27,171); }

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