#B25590

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

Shades of Mulberry #B25590

Tints of Mulberry #B25590

Color information

#B25590 (or 0xB25590) is unknown color: approx Mulberry. HEX triplet: B2, 55 and 90. RGB value is (178,85,144). Sum of RGB (Red+Green+Blue) = 178+85+144=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B25590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25590 is #4DAA6F. Grayscale: #777777. Windows color (decimal): -5089904 or 9459122. OLE color: 9459122.

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

Color convert

RGB17885144-
CMYK00.520.190.30
HSL321.94º37.65%51.57%-
HSV(B)321.94º52.25%69.8%-
XYZ26.6417.9828.45-
YUV119.53141.81169.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=43.73%
G=20.88%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788514400.520.190.30321.9437.6551.57
HexB25590034131E1422634
Octal26212522006423365024664
Binary1011001010101011001000001101001001111110101000010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25590; }

 p { color: rgb(178,85,144); }

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

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

 a { background-color: rgb(178,85,144); }

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

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

 span { border-color: rgb(178,85,144); }

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