#B41376

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

Shades of Medium Violet Red #B41376

Tints of Medium Violet Red #B41376

Color information

#B41376 (or 0xB41376) is unknown color: approx Medium Violet Red. HEX triplet: B4, 13 and 76. RGB value is (180,19,118). Sum of RGB (Red+Green+Blue) = 180+19+118=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B41376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41376 is #4BEC89. Grayscale: #4E4E4E. Windows color (decimal): -4975754 or 7738292. OLE color: 7738292.

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

Color convert

RGB18019118-
CMYK00.890.340.29
HSL323.11º80.9%39.02%-
HSV(B)323.11º89.44%70.59%-
XYZ22.3311.4818.18-
YUV78.42150.34200.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 19 (7.81% from 255) = 5.99%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=56.78%
G=5.99%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801911800.890.340.29323.1180.939.02
HexB41376059221D1435127
Octal264231660131423550312147
Binary1011010010011111011001011001100010111011010000111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41376; }

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

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

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

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

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

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

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

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