#B25991

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

Shades of Mulberry #B25991

Tints of Mulberry #B25991

Color information

#B25991 (or 0xB25991) is unknown color: approx Mulberry. HEX triplet: B2, 59 and 91. RGB value is (178,89,145). Sum of RGB (Red+Green+Blue) = 178+89+145=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B25991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25991 is #4DA66E. Grayscale: #797979. Windows color (decimal): -5088879 or 9525682. OLE color: 9525682.

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

Color convert

RGB17889145-
CMYK00.50.190.30
HSL322.25º36.63%52.35%-
HSV(B)322.25º50%69.8%-
XYZ27.0418.6528.96-
YUV122140.99167.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 145 (57.03% from 255) = 35.19%
R=43.20%
G=21.60%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788914500.50.190.30322.2536.6352.35
HexB25991032131E1422534
Octal26213122106223365024564
Binary1011001010110011001000101100101001111110101000010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25991; }

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

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

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

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

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

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

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

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