#B41B78

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

Shades of Medium Violet Red #B41B78

Tints of Medium Violet Red #B41B78

Color information

#B41B78 (or 0xB41B78) is unknown color: approx Medium Violet Red. HEX triplet: B4, 1B and 78. RGB value is (180,27,120). Sum of RGB (Red+Green+Blue) = 180+27+120=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41B78 is #4BE487. Grayscale: #535353. Windows color (decimal): -4973704 or 7871412. OLE color: 7871412.

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

Color convert

RGB18027120-
CMYK00.850.330.29
HSL323.53º73.91%40.59%-
HSV(B)323.53º85%70.59%-
XYZ22.611.8418.86-
YUV83.35148.69196.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 27 (10.94% from 255) = 8.26%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=55.05%
G=8.26%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802712000.850.330.29323.5373.9140.59
HexB41B78055211D1444a29
Octal264331700125413550411251
Binary1011010011011111100001010101100001111011010001001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41B78; }

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

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

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

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

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

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

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

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