#B25987

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

Shades of Mulberry #B25987

Tints of Mulberry #B25987

Color information

#B25987 (or 0xB25987) is unknown color: approx Mulberry. HEX triplet: B2, 59 and 87. RGB value is (178,89,135). Sum of RGB (Red+Green+Blue) = 178+89+135=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B25987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25987 is #4DA678. Grayscale: #787878. Windows color (decimal): -5088889 or 8870322. OLE color: 8870322.

HSL color Cylindrical-coordinate representation of color #B25987: hue angle of 328.99º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B25987 is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB17889135-
CMYK00.50.240.30
HSL328.99º36.63%52.35%-
HSV(B)328.99º50%69.8%-
XYZ26.3118.3625.08-
YUV120.86135.99168.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.28%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 135 (53.12% from 255) = 33.58%
R=44.28%
G=22.14%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788913500.50.240.30328.9936.6352.35
HexB25987032181E1492534
Octal26213120706230365114564
Binary1011001010110011000011101100101100011110101001001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25987; }

 p { color: rgb(178,89,135); }

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

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

 a { background-color: rgb(178,89,135); }

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

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

 span { border-color: rgb(178,89,135); }

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