#B15F93

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

Shades of Mulberry #B15F93

Tints of Mulberry #B15F93

Color information

#B15F93 (or 0xB15F93) is unknown color: approx Mulberry. HEX triplet: B1, 5F and 93. RGB value is (177,95,147). Sum of RGB (Red+Green+Blue) = 177+95+147=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F93 is #4EA06C. Grayscale: #7D7D7D. Windows color (decimal): -5152877 or 9658289. OLE color: 9658289.

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

Color convert

RGB17795147-
CMYK00.460.170.31
HSL321.95º34.45%53.33%-
HSV(B)321.95º46.33%69.41%-
XYZ27.4919.6429.95-
YUV125.45140.17164.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=42.24%
G=22.67%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779514700.460.170.31321.9534.4553.33
HexB15F9302E111F1422235
Octal26113722305621375024265
Binary1011000110111111001001101011101000111111101000010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F93; }

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

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

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

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

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

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

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

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