#B25997

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

Shades of Mulberry #B25997

Tints of Mulberry #B25997

Color information

#B25997 (or 0xB25997) is unknown color: approx Mulberry. HEX triplet: B2, 59 and 97. RGB value is (178,89,151). Sum of RGB (Red+Green+Blue) = 178+89+151=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B25997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25997 is #4DA668. Grayscale: #7A7A7A. Windows color (decimal): -5088873 or 9918898. OLE color: 9918898.

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

Color convert

RGB17889151-
CMYK00.50.150.30
HSL318.2º36.63%52.35%-
HSV(B)318.2º50%69.8%-
XYZ27.5218.8431.47-
YUV122.68143.99167.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=42.58%
G=21.29%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788915100.50.150.30318.236.6352.35
HexB25997032F1E13e2534
Octal26213122706217364764564
Binary101100101011001100101110110010111111110100111110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25997; }

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

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

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

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

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

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

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

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