#BA2878

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

Shades of Medium Red Violet #BA2878

Tints of Medium Red Violet #BA2878

Color information

#BA2878 (or 0xBA2878) is unknown color: approx Medium Red Violet. HEX triplet: BA, 28 and 78. RGB value is (186,40,120). Sum of RGB (Red+Green+Blue) = 186+40+120=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2878 is #45D787. Grayscale: #5C5C5C. Windows color (decimal): -4577160 or 7874746. OLE color: 7874746.

HSL color Cylindrical-coordinate representation of color #BA2878: hue angle of 327.12º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2878 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18640120-
CMYK00.780.350.27
HSL327.12º64.6%44.31%-
HSV(B)327.12º78.49%72.94%-
XYZ24.413.3119.05-
YUV92.77143.37194.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 40 (16.02% from 255) = 11.56%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=53.76%
G=11.56%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864012000.780.350.27327.1264.644.31
HexBA287804E231B147412c
Octal272501700116433350710154
Binary10111010101000111100001001110100011110111010001111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2878; }

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

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

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

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

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

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

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

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