#B1479A

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

Shades of Mulberry #B1479A

Tints of Mulberry #B1479A

Color information

#B1479A (or 0xB1479A) is unknown color: approx Mulberry. HEX triplet: B1, 47 and 9A. RGB value is (177,71,154). Sum of RGB (Red+Green+Blue) = 177+71+154=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1479A is #4EB865. Grayscale: #6F6F6F. Windows color (decimal): -5159014 or 10110897. OLE color: 10110897.

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

Color convert

RGB17771154-
CMYK00.600.130.31
HSL313.02º42.74%48.63%-
HSV(B)313.02º59.89%69.41%-
XYZ26.2216.1932.31-
YUV112.16151.62174.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 71 (28.12% from 255) = 17.66%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=44.03%
G=17.66%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777115400.600.130.31313.0242.7448.63
HexB1479A03CD1F1392b31
Octal26110723207415374715361
Binary101100011000111100110100111100110111111100111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1479A; }

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

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

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

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

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

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

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

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