#BA2B8B

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

Shades of Medium Red Violet #BA2B8B

Tints of Medium Red Violet #BA2B8B

Color information

#BA2B8B (or 0xBA2B8B) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2B and 8B. RGB value is (186,43,139). Sum of RGB (Red+Green+Blue) = 186+43+139=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2B8B is #45D474. Grayscale: #606060. Windows color (decimal): -4576373 or 9120698. OLE color: 9120698.

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

Color convert

RGB18643139-
CMYK00.770.250.27
HSL319.72º62.45%44.9%-
HSV(B)319.72º76.88%72.94%-
XYZ25.7714.0325.78-
YUV96.7151.88191.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 43 (17.19% from 255) = 11.68%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=50.54%
G=11.68%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864313900.770.250.27319.7262.4544.9
HexBA2B8B04D191B1403e2d
Octal27253213011531335007655
Binary1011101010101110001011010011011100111011101000000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2B8B; }

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

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

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

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

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

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

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

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