#B15694

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

Shades of Mulberry #B15694

Tints of Mulberry #B15694

Color information

#B15694 (or 0xB15694) is unknown color: approx Mulberry. HEX triplet: B1, 56 and 94. RGB value is (177,86,148). Sum of RGB (Red+Green+Blue) = 177+86+148=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B15694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15694 is #4EA96B. Grayscale: #787878. Windows color (decimal): -5155180 or 9721521. OLE color: 9721521.

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

Color convert

RGB17786148-
CMYK00.510.160.31
HSL319.12º36.84%51.57%-
HSV(B)319.12º51.41%69.41%-
XYZ26.818.1430.11-
YUV120.28143.65168.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 86 (33.98% from 255) = 20.92%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=43.07%
G=20.92%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778614800.510.160.31319.1236.8451.57
HexB15694033101F13f2534
Octal26112622406320374774564
Binary1011000110101101001010001100111000011111100111111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15694; }

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

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

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

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

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

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

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

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