#B41185

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

Shades of Medium Violet Red #B41185

Tints of Medium Violet Red #B41185

Color information

#B41185 (or 0xB41185) is unknown color: approx Medium Violet Red. HEX triplet: B4, 11 and 85. RGB value is (180,17,133). Sum of RGB (Red+Green+Blue) = 180+17+133=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B41185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41185 is #4BEE7A. Grayscale: #4E4E4E. Windows color (decimal): -4976251 or 8720820. OLE color: 8720820.

HSL color Cylindrical-coordinate representation of color #B41185: hue angle of 317.3º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41185 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18017133-
CMYK00.910.260.29
HSL317.3º82.74%38.63%-
HSV(B)317.3º90.56%70.59%-
XYZ23.2611.823.24-
YUV78.96158.5200.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.55%
GREEN value IS 17 (7.03% from 255) = 5.15%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=54.55%
G=5.15%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801713300.910.260.29317.382.7438.63
HexB4118505B1A1D13d5327
Octal264212050133323547512347
Binary1011010010001100001010101101111010111011001111011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41185; }

 p { color: rgb(180,17,133); }

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

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

 a { background-color: rgb(180,17,133); }

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

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

 span { border-color: rgb(180,17,133); }

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