#B1459B

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

Shades of Mulberry #B1459B

Tints of Mulberry #B1459B

Color information

#B1459B (or 0xB1459B) is unknown color: approx Mulberry. HEX triplet: B1, 45 and 9B. RGB value is (177,69,155). Sum of RGB (Red+Green+Blue) = 177+69+155=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1459B is #4EBA64. Grayscale: #6E6E6E. Windows color (decimal): -5159525 or 10175921. OLE color: 10175921.

HSL color Cylindrical-coordinate representation of color #B1459B: hue angle of 312.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1459B is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17769155-
CMYK00.610.120.31
HSL312.22º43.9%48.24%-
HSV(B)312.22º61.02%69.41%-
XYZ26.1815.9732.71-
YUV111.1152.78175.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 155 (60.94% from 255) = 38.65%
R=44.14%
G=17.21%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776915500.610.120.31312.2243.948.24
HexB1459B03DC1F1382c30
Octal26110523307514374705460
Binary101100011000101100110110111101110011111100111000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1459B; }

 p { color: rgb(177,69,155); }

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

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

 a { background-color: rgb(177,69,155); }

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

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

 span { border-color: rgb(177,69,155); }

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