#B41184

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

Shades of Medium Violet Red #B41184

Tints of Medium Violet Red #B41184

Color information

#B41184 (or 0xB41184) is unknown color: approx Medium Violet Red. HEX triplet: B4, 11 and 84. RGB value is (180,17,132). Sum of RGB (Red+Green+Blue) = 180+17+132=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B41184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41184 is #4BEE7B. Grayscale: #4E4E4E. Windows color (decimal): -4976252 or 8655284. OLE color: 8655284.

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

Color convert

RGB18017132-
CMYK00.910.270.29
HSL317.67º82.74%38.63%-
HSV(B)317.67º90.56%70.59%-
XYZ23.1911.7722.88-
YUV78.85158200.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 17 (7.03% from 255) = 5.17%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=54.71%
G=5.17%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801713200.910.270.29317.6782.7438.63
HexB4118405B1B1D13e5327
Octal264212040133333547612347
Binary1011010010001100001000101101111011111011001111101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41184; }

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

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

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

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

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

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

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

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