#B41572

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

Shades of Medium Violet Red #B41572

Tints of Medium Violet Red #B41572

Color information

#B41572 (or 0xB41572) is unknown color: approx Medium Violet Red. HEX triplet: B4, 15 and 72. RGB value is (180,21,114). Sum of RGB (Red+Green+Blue) = 180+21+114=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B41572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41572 is #4BEA8D. Grayscale: #4E4E4E. Windows color (decimal): -4975246 or 7476660. OLE color: 7476660.

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

Color convert

RGB18021114-
CMYK00.880.370.29
HSL324.91º79.1%39.41%-
HSV(B)324.91º88.33%70.59%-
XYZ22.1311.4516.96-
YUV79.14147.68199.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.14%
GREEN value IS 21 (8.59% from 255) = 6.67%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=57.14%
G=6.67%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802111400.880.370.29324.9179.139.41
HexB41572058251D1454f27
Octal264251620130453550511747
Binary1011010010101111001001011000100101111011010001011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41572; }

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

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

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

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

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

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

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

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