#BA2B78

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

Shades of Medium Red Violet #BA2B78

Tints of Medium Red Violet #BA2B78

Color information

#BA2B78 (or 0xBA2B78) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2B and 78. RGB value is (186,43,120). Sum of RGB (Red+Green+Blue) = 186+43+120=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B78 is #45D487. Grayscale: #5E5E5E. Windows color (decimal): -4576392 or 7875514. OLE color: 7875514.

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

Color convert

RGB18643120-
CMYK00.770.350.27
HSL327.69º62.45%44.9%-
HSV(B)327.69º76.88%72.94%-
XYZ24.513.5219.09-
YUV94.54142.38193.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 43 (17.19% from 255) = 12.32%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=53.30%
G=12.32%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864312000.770.350.27327.6962.4544.9
HexBA2B7804D231B1483e2d
Octal27253170011543335107655
Binary1011101010101111110000100110110001111011101001000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2B78; }

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

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

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

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

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

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

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

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