#B15994

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

Shades of Mulberry #B15994

Tints of Mulberry #B15994

Color information

#B15994 (or 0xB15994) is unknown color: approx Mulberry. HEX triplet: B1, 59 and 94. RGB value is (177,89,148). Sum of RGB (Red+Green+Blue) = 177+89+148=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B15994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15994 is #4EA66B. Grayscale: #797979. Windows color (decimal): -5154412 or 9722289. OLE color: 9722289.

HSL color Cylindrical-coordinate representation of color #B15994: hue angle of 319.77º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15994 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB17789148-
CMYK00.500.160.31
HSL319.77º36.07%52.16%-
HSV(B)319.77º49.72%69.41%-
XYZ27.0518.6330.19-
YUV122.04142.65167.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=42.75%
G=21.50%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778914800.500.160.31319.7736.0752.16
HexB15994032101F1402434
Octal26113122406220375004464
Binary1011000110110011001010001100101000011111101000000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15994; }

 p { color: rgb(177,89,148); }

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

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

 a { background-color: rgb(177,89,148); }

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

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

 span { border-color: rgb(177,89,148); }

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