#BA1577

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

Shades of Medium Violet Red #BA1577

Tints of Medium Violet Red #BA1577

Color information

#BA1577 (or 0xBA1577) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 77. RGB value is (186,21,119). Sum of RGB (Red+Green+Blue) = 186+21+119=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1577 is #45EA88. Grayscale: #515151. Windows color (decimal): -4582025 or 7804346. OLE color: 7804346.

HSL color Cylindrical-coordinate representation of color #BA1577: hue angle of 324.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1577 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18621119-
CMYK00.890.360.27
HSL324.36º79.71%40.59%-
HSV(B)324.36º88.71%72.94%-
XYZ23.8512.3118.57-
YUV81.51149.16202.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 21 (8.59% from 255) = 6.44%
BLUE value IS 119 (46.88% from 255) = 36.50%
R=57.06%
G=6.44%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862111900.890.360.27324.3679.7140.59
HexBA1577059241B1445029
Octal272251670131443350412051
Binary1011101010101111011101011001100100110111010001001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1577; }

 p { color: rgb(186,21,119); }

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

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

 a { background-color: rgb(186,21,119); }

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

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

 span { border-color: rgb(186,21,119); }

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