#B25996

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

Shades of Mulberry #B25996

Tints of Mulberry #B25996

Color information

#B25996 (or 0xB25996) is unknown color: approx Mulberry. HEX triplet: B2, 59 and 96. RGB value is (178,89,150). Sum of RGB (Red+Green+Blue) = 178+89+150=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B25996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25996 is #4DA669. Grayscale: #7A7A7A. Windows color (decimal): -5088874 or 9853362. OLE color: 9853362.

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

Color convert

RGB17889150-
CMYK00.50.160.30
HSL318.88º36.63%52.35%-
HSV(B)318.88º50%69.8%-
XYZ27.4418.8131.04-
YUV122.56143.49167.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=42.69%
G=21.34%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788915000.50.160.30318.8836.6352.35
HexB25996032101E13f2534
Octal26213122606220364774564
Binary1011001010110011001011001100101000011110100111111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25996; }

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

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

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

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

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

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

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

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