#B15B93

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

Shades of Mulberry #B15B93

Tints of Mulberry #B15B93

Color information

#B15B93 (or 0xB15B93) is unknown color: approx Mulberry. HEX triplet: B1, 5B and 93. RGB value is (177,91,147). Sum of RGB (Red+Green+Blue) = 177+91+147=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15B93 is #4EA46C. Grayscale: #7A7A7A. Windows color (decimal): -5153901 or 9657265. OLE color: 9657265.

HSL color Cylindrical-coordinate representation of color #B15B93: hue angle of 320.93º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15B93 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB17791147-
CMYK00.490.170.31
HSL320.93º35.54%52.55%-
HSV(B)320.93º48.59%69.41%-
XYZ27.1418.9429.83-
YUV123.1141.49166.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 91 (35.94% from 255) = 21.93%
BLUE value IS 147 (57.81% from 255) = 35.42%
R=42.65%
G=21.93%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779114700.490.170.31320.9335.5452.55
HexB15B93031111F1412435
Octal26113322306121375014465
Binary1011000110110111001001101100011000111111101000001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B93; }

 p { color: rgb(177,91,147); }

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

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

 a { background-color: rgb(177,91,147); }

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

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

 span { border-color: rgb(177,91,147); }

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