#BA2578

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

Shades of Medium Red Violet #BA2578

Tints of Medium Red Violet #BA2578

Color information

#BA2578 (or 0xBA2578) is unknown color: approx Medium Red Violet. HEX triplet: BA, 25 and 78. RGB value is (186,37,120). Sum of RGB (Red+Green+Blue) = 186+37+120=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2578 is #45DA87. Grayscale: #5A5A5A. Windows color (decimal): -4577928 or 7873978. OLE color: 7873978.

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

Color convert

RGB18637120-
CMYK00.800.350.27
HSL326.58º66.82%43.73%-
HSV(B)326.58º80.11%72.94%-
XYZ24.313.1219.02-
YUV91.01144.36195.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 37 (14.84% from 255) = 10.79%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=54.23%
G=10.79%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863712000.800.350.27326.5866.8243.73
HexBA2578050231B147432c
Octal272451700120433350710354
Binary10111010100101111100001010000100011110111010001111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2578; }

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

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

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

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

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

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

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

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