#B1518F

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

Shades of Mulberry #B1518F

Tints of Mulberry #B1518F

Color information

#B1518F (or 0xB1518F) is unknown color: approx Mulberry. HEX triplet: B1, 51 and 8F. RGB value is (177,81,143). Sum of RGB (Red+Green+Blue) = 177+81+143=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1518F is #4EAE70. Grayscale: #747474. Windows color (decimal): -5156465 or 9392561. OLE color: 9392561.

HSL color Cylindrical-coordinate representation of color #B1518F: hue angle of 321.25º 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 #B1518F is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17781143-
CMYK00.540.190.31
HSL321.25º38.1%50.59%-
HSV(B)321.25º54.24%69.41%-
XYZ26.0317.2227.94-
YUV116.77142.8170.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=44.14%
G=20.20%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778114300.540.190.31321.2538.150.59
HexB1518F036131F1412633
Octal26112121706623375014663
Binary1011000110100011000111101101101001111111101000001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1518F; }

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

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

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

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

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

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

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

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