#B15690

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

Shades of Mulberry #B15690

Tints of Mulberry #B15690

Color information

#B15690 (or 0xB15690) is unknown color: approx Mulberry. HEX triplet: B1, 56 and 90. RGB value is (177,86,144). Sum of RGB (Red+Green+Blue) = 177+86+144=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B15690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15690 is #4EA96F. Grayscale: #777777. Windows color (decimal): -5155184 or 9459377. OLE color: 9459377.

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

Color convert

RGB17786144-
CMYK00.510.190.31
HSL321.76º36.84%51.57%-
HSV(B)321.76º51.41%69.41%-
XYZ26.4918.0228.47-
YUV119.82141.65168.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 86 (33.98% from 255) = 21.13%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=43.49%
G=21.13%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778614400.510.190.31321.7636.8451.57
HexB15690033131F1422534
Octal26112622006323375024564
Binary1011000110101101001000001100111001111111101000010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15690; }

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

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

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

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

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

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

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

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