#B41972

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

Shades of Medium Violet Red #B41972

Tints of Medium Violet Red #B41972

Color information

#B41972 (or 0xB41972) is unknown color: approx Medium Violet Red. HEX triplet: B4, 19 and 72. RGB value is (180,25,114). Sum of RGB (Red+Green+Blue) = 180+25+114=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B41972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41972 is #4BE68D. Grayscale: #515151. Windows color (decimal): -4974222 or 7477684. OLE color: 7477684.

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

Color convert

RGB18025114-
CMYK00.860.370.29
HSL325.55º75.61%40.2%-
HSV(B)325.55º86.11%70.59%-
XYZ22.2111.6116.99-
YUV81.49146.35198.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 25 (10.16% from 255) = 7.84%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=56.43%
G=7.84%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802511400.860.370.29325.5575.6140.2
HexB41972056251D1464c28
Octal264311620126453550611450
Binary1011010011001111001001010110100101111011010001101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41972; }

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

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

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

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

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

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

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

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