#B1479B

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

Shades of Mulberry #B1479B

Tints of Mulberry #B1479B

Color information

#B1479B (or 0xB1479B) is unknown color: approx Mulberry. HEX triplet: B1, 47 and 9B. RGB value is (177,71,155). Sum of RGB (Red+Green+Blue) = 177+71+155=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1479B is #4EB864. Grayscale: #707070. Windows color (decimal): -5159013 or 10176433. OLE color: 10176433.

HSL color Cylindrical-coordinate representation of color #B1479B: hue angle of 312.45º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1479B is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17771155-
CMYK00.600.120.31
HSL312.45º42.74%48.63%-
HSV(B)312.45º59.89%69.41%-
XYZ26.316.2232.75-
YUV112.27152.12174.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 71 (28.12% from 255) = 17.62%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=43.92%
G=17.62%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777115500.600.120.31312.4542.7448.63
HexB1479B03CC1F1382b31
Octal26110723307414374705361
Binary101100011000111100110110111100110011111100111000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1479B; }

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

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

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

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

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

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

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

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