#BA2BAB

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

Shades of Medium Red Violet #BA2BAB

Tints of Medium Red Violet #BA2BAB

Color information

#BA2BAB (or 0xBA2BAB) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2B and AB. RGB value is (186,43,171). Sum of RGB (Red+Green+Blue) = 186+43+171=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2BAB is #45D454. Grayscale: #636363. Windows color (decimal): -4576341 or 11217850. OLE color: 11217850.

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

Color convert

RGB18643171-
CMYK00.770.080.27
HSL306.29º62.45%44.9%-
HSV(B)306.29º76.88%72.94%-
XYZ28.4615.1139.94-
YUV100.35167.88189.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 43 (17.19% from 255) = 10.75%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=46.5%
G=10.75%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864317100.770.080.27306.2962.4544.9
HexBA2BAB04D81B1323e2d
Octal27253253011510334627655
Binary101110101010111010101101001101100011011100110010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2BAB; }

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

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

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

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

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

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

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

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