#B14785

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

Shades of Mulberry #B14785

Tints of Mulberry #B14785

Color information

#B14785 (or 0xB14785) is unknown color: approx Mulberry. HEX triplet: B1, 47 and 85. RGB value is (177,71,133). Sum of RGB (Red+Green+Blue) = 177+71+133=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B14785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14785 is #4EB87A. Grayscale: #6D6D6D. Windows color (decimal): -5159035 or 8734641. OLE color: 8734641.

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

Color convert

RGB17771133-
CMYK00.600.250.31
HSL324.91º42.74%48.63%-
HSV(B)324.91º59.89%69.41%-
XYZ24.6215.5523.89-
YUV109.76141.12175.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 71 (28.12% from 255) = 18.64%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=46.46%
G=18.64%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777113300.600.250.31324.9142.7448.63
HexB1478503C191F1452b31
Octal26110720507431375055361
Binary1011000110001111000010101111001100111111101000101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14785; }

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

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

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

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

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

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

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

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