#B41D88

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

Shades of Medium Violet Red #B41D88

Tints of Medium Violet Red #B41D88

Color information

#B41D88 (or 0xB41D88) is unknown color: approx Medium Violet Red. HEX triplet: B4, 1D and 88. RGB value is (180,29,136). Sum of RGB (Red+Green+Blue) = 180+29+136=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41D88 is #4BE277. Grayscale: #565656. Windows color (decimal): -4973176 or 8920500. OLE color: 8920500.

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

Color convert

RGB18029136-
CMYK00.840.240.29
HSL317.48º72.25%40.98%-
HSV(B)317.48º83.89%70.59%-
XYZ23.7112.3624.43-
YUV86.35156.03194.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 29 (11.72% from 255) = 8.41%
BLUE value IS 136 (53.52% from 255) = 39.42%
R=52.17%
G=8.41%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802913600.840.240.29317.4872.2540.98
HexB41D88054181D13d4829
Octal264352100124303547511051
Binary1011010011101100010000101010011000111011001111011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41D88; }

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

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

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

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

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

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

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

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