#b41880

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

Shades of Medium Violet Red #B41880

Tints of Medium Violet Red #B41880

Color information

#B41880 (or 0xB41880) is unknown color: approx Medium Violet Red. HEX triplet: B4, 18 and 80. RGB value is (180,24,128). Sum of RGB (Red+Green+Blue) = 180+24+128=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B41880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41880 is #4BE77F. Grayscale: #525252. Windows color (decimal): -4974464 or 8394932. OLE color: 8394932.

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

Color convert

RGB18024128-
CMYK00.870.290.29
HSL320º76.47%40%-
HSV(B)320º86.67%70.59%-
XYZ23.0511.9221.51-
YUV82.5153.68197.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 24 (9.77% from 255) = 7.23%
BLUE value IS 128 (50.39% from 255) = 38.55%
R=54.22%
G=7.23%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802412800.870.290.2932076.4740
HexB418800571D1D1404c28
Octal264302000127353550011450
Binary1011010011000100000000101011111101111011010000001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b41880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b41880; }

 p { color: rgb(180,24,128); }

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

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

 a { background-color: rgb(180,24,128); }

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

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

 span { border-color: rgb(180,24,128); }

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