#B41D8D

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

Shades of Medium Violet Red #B41D8D

Tints of Medium Violet Red #B41D8D

Color information

#B41D8D (or 0xB41D8D) is unknown color: approx Medium Violet Red. HEX triplet: B4, 1D and 8D. RGB value is (180,29,141). Sum of RGB (Red+Green+Blue) = 180+29+141=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41D8D is #4BE272. Grayscale: #565656. Windows color (decimal): -4973171 or 9248180. OLE color: 9248180.

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

Color convert

RGB18029141-
CMYK00.840.220.29
HSL315.5º72.25%40.98%-
HSV(B)315.5º83.89%70.59%-
XYZ24.0712.5126.34-
YUV86.92158.53194.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 29 (11.72% from 255) = 8.29%
BLUE value IS 141 (55.47% from 255) = 40.29%
R=51.43%
G=8.29%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802914100.840.220.29315.572.2540.98
HexB41D8D054161D13b4829
Octal264352150124263547311051
Binary1011010011101100011010101010010110111011001110111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41D8D; }

 p { color: rgb(180,29,141); }

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

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

 a { background-color: rgb(180,29,141); }

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

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

 span { border-color: rgb(180,29,141); }

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