#B41F72

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

Shades of Medium Red Violet #B41F72

Tints of Medium Red Violet #B41F72

Color information

#B41F72 (or 0xB41F72) is unknown color: approx Medium Red Violet. HEX triplet: B4, 1F and 72. RGB value is (180,31,114). Sum of RGB (Red+Green+Blue) = 180+31+114=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41F72 is #4BE08D. Grayscale: #545454. Windows color (decimal): -4972686 or 7479220. OLE color: 7479220.

HSL color Cylindrical-coordinate representation of color #B41F72: hue angle of 326.58º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41F72 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18031114-
CMYK00.830.370.29
HSL326.58º70.62%41.37%-
HSV(B)326.58º82.78%70.59%-
XYZ22.3511.917.04-
YUV85.01144.36195.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 31 (12.5% from 255) = 9.54%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=55.38%
G=9.54%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803111400.830.370.29326.5870.6241.37
HexB41F72053251D1474729
Octal264371620123453550710751
Binary1011010011111111001001010011100101111011010001111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41F72; }

 p { color: rgb(180,31,114); }

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

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

 a { background-color: rgb(180,31,114); }

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

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

 span { border-color: rgb(180,31,114); }

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