#B41578

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

Shades of Medium Violet Red #B41578

Tints of Medium Violet Red #B41578

Color information

#B41578 (or 0xB41578) is unknown color: approx Medium Violet Red. HEX triplet: B4, 15 and 78. RGB value is (180,21,120). Sum of RGB (Red+Green+Blue) = 180+21+120=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B41578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41578 is #4BEA87. Grayscale: #4F4F4F. Windows color (decimal): -4975240 or 7869876. OLE color: 7869876.

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

Color convert

RGB18021120-
CMYK00.880.330.29
HSL322.64º79.1%39.41%-
HSV(B)322.64º88.33%70.59%-
XYZ22.4811.618.82-
YUV79.83150.68199.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.07%
GREEN value IS 21 (8.59% from 255) = 6.54%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=56.07%
G=6.54%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802112000.880.330.29322.6479.139.41
HexB41578058211D1434f27
Octal264251700130413550311747
Binary1011010010101111100001011000100001111011010000111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41578; }

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

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

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

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

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

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

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

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