#B41382

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

Shades of Medium Violet Red #B41382

Tints of Medium Violet Red #B41382

Color information

#B41382 (or 0xB41382) is unknown color: approx Medium Violet Red. HEX triplet: B4, 13 and 82. RGB value is (180,19,130). Sum of RGB (Red+Green+Blue) = 180+19+130=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B41382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41382 is #4BEC7D. Grayscale: #4F4F4F. Windows color (decimal): -4975742 or 8524724. OLE color: 8524724.

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

Color convert

RGB18019130-
CMYK00.890.280.29
HSL318.63º80.9%39.02%-
HSV(B)318.63º89.44%70.59%-
XYZ23.0811.7822.18-
YUV79.79156.34199.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 19 (7.81% from 255) = 5.78%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=54.71%
G=5.78%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801913000.890.280.29318.6380.939.02
HexB413820591C1D13f5127
Octal264232020131343547712147
Binary1011010010011100000100101100111100111011001111111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41382; }

 p { color: rgb(180,19,130); }

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

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

 a { background-color: rgb(180,19,130); }

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

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

 span { border-color: rgb(180,19,130); }

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