#BA2576

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

Shades of Medium Red Violet #BA2576

Tints of Medium Red Violet #BA2576

Color information

#BA2576 (or 0xBA2576) is unknown color: approx Medium Red Violet. HEX triplet: BA, 25 and 76. RGB value is (186,37,118). Sum of RGB (Red+Green+Blue) = 186+37+118=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2576 is #45DA89. Grayscale: #5A5A5A. Windows color (decimal): -4577930 or 7742906. OLE color: 7742906.

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

Color convert

RGB18637118-
CMYK00.800.370.27
HSL327.38º66.82%43.73%-
HSV(B)327.38º80.11%72.94%-
XYZ24.1813.0718.39-
YUV90.78143.36195.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 37 (14.84% from 255) = 10.85%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=54.55%
G=10.85%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863711800.800.370.27327.3866.8243.73
HexBA2576050251B147432c
Octal272451660120453350710354
Binary10111010100101111011001010000100101110111010001111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2576; }

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

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

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

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

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

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

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

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