#B15C90

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

Shades of Mulberry #B15C90

Tints of Mulberry #B15C90

Color information

#B15C90 (or 0xB15C90) is unknown color: approx Mulberry. HEX triplet: B1, 5C and 90. RGB value is (177,92,144). Sum of RGB (Red+Green+Blue) = 177+92+144=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15C90 is #4EA36F. Grayscale: #7B7B7B. Windows color (decimal): -5153648 or 9460913. OLE color: 9460913.

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

Color convert

RGB17792144-
CMYK00.480.190.31
HSL323.29º35.27%52.75%-
HSV(B)323.29º48.02%69.41%-
XYZ26.9919.0228.63-
YUV123.34139.66166.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=42.86%
G=22.28%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779214400.480.190.31323.2935.2752.75
HexB15C90030131F1432335
Octal26113422006023375034365
Binary1011000110111001001000001100001001111111101000011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C90; }

 p { color: rgb(177,92,144); }

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

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

 a { background-color: rgb(177,92,144); }

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

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

 span { border-color: rgb(177,92,144); }

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