#B41577

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

Shades of Medium Violet Red #B41577

Tints of Medium Violet Red #B41577

Color information

#B41577 (or 0xB41577) is unknown color: approx Medium Violet Red. HEX triplet: B4, 15 and 77. RGB value is (180,21,119). Sum of RGB (Red+Green+Blue) = 180+21+119=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B41577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41577 is #4BEA88. Grayscale: #4F4F4F. Windows color (decimal): -4975241 or 7804340. OLE color: 7804340.

HSL color Cylindrical-coordinate representation of color #B41577: hue angle of 323.02º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41577 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18021119-
CMYK00.880.340.29
HSL323.02º79.1%39.41%-
HSV(B)323.02º88.33%70.59%-
XYZ22.4211.5718.5-
YUV79.71150.18199.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.25%
GREEN value IS 21 (8.59% from 255) = 6.56%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=56.25%
G=6.56%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802111900.880.340.29323.0279.139.41
HexB41577058221D1434f27
Octal264251670130423550311747
Binary1011010010101111011101011000100010111011010000111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41577; }

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

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

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

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

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

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

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

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