#B41576

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

Shades of Medium Violet Red #B41576

Tints of Medium Violet Red #B41576

Color information

#B41576 (or 0xB41576) is unknown color: approx Medium Violet Red. HEX triplet: B4, 15 and 76. RGB value is (180,21,118). Sum of RGB (Red+Green+Blue) = 180+21+118=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B41576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41576 is #4BEA89. Grayscale: #4F4F4F. Windows color (decimal): -4975242 or 7738804. OLE color: 7738804.

HSL color Cylindrical-coordinate representation of color #B41576: hue angle of 323.4º 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 #B41576 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18021118-
CMYK00.880.340.29
HSL323.4º79.1%39.41%-
HSV(B)323.4º88.33%70.59%-
XYZ22.3611.5518.19-
YUV79.6149.68199.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 21 (8.59% from 255) = 6.58%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=56.43%
G=6.58%
B=36.99%

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
Decimal1802111800.880.340.29323.479.139.41
HexB41576058221D1434f27
Octal264251660130423550311747
Binary1011010010101111011001011000100010111011010000111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41576; }

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

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

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

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

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

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

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

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