#B15E97

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

Shades of Mulberry #B15E97

Tints of Mulberry #B15E97

Color information

#B15E97 (or 0xB15E97) is unknown color: approx Mulberry. HEX triplet: B1, 5E and 97. RGB value is (177,94,151). Sum of RGB (Red+Green+Blue) = 177+94+151=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15E97 is #4EA168. Grayscale: #7D7D7D. Windows color (decimal): -5153129 or 9920177. OLE color: 9920177.

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

Color convert

RGB17794151-
CMYK00.470.150.31
HSL318.8º34.73%53.14%-
HSV(B)318.8º46.89%69.41%-
XYZ27.7219.5931.6-
YUV125.32142.5164.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 151 (59.38% from 255) = 35.78%
R=41.94%
G=22.27%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779415100.470.150.31318.834.7353.14
HexB15E9702FF1F13f2335
Octal26113622705717374774365
Binary101100011011110100101110101111111111111100111111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15E97; }

 p { color: rgb(177,94,151); }

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

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

 a { background-color: rgb(177,94,151); }

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

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

 span { border-color: rgb(177,94,151); }

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