#B1518D

Color #B1518D Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B1518D

Tints of Mulberry #B1518D

Color information

#B1518D (or 0xB1518D) is unknown color: approx Mulberry. HEX triplet: B1, 51 and 8D. RGB value is (177,81,141). Sum of RGB (Red+Green+Blue) = 177+81+141=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1518D is #4EAE72. Grayscale: #747474. Windows color (decimal): -5156467 or 9261489. OLE color: 9261489.

HSL color Cylindrical-coordinate representation of color #B1518D: hue angle of 322.5º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1518D is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17781141-
CMYK00.540.200.31
HSL322.5º38.1%50.59%-
HSV(B)322.5º54.24%69.41%-
XYZ25.8817.1627.15-
YUV116.54141.8171.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 81 (32.03% from 255) = 20.30%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=44.36%
G=20.30%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778114100.540.200.31322.538.150.59
HexB1518D036141F1422633
Octal26112121506624375024663
Binary1011000110100011000110101101101010011111101000010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1518D; }

 p { color: rgb(177,81,141); }

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

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

 a { background-color: rgb(177,81,141); }

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

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

 span { border-color: rgb(177,81,141); }

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