#B25488

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

Shades of Mulberry #B25488

Tints of Mulberry #B25488

Color information

#B25488 (or 0xB25488) is unknown color: approx Mulberry. HEX triplet: B2, 54 and 88. RGB value is (178,84,136). Sum of RGB (Red+Green+Blue) = 178+84+136=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B25488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25488 is #4DAB77. Grayscale: #757575. Windows color (decimal): -5090168 or 8934578. OLE color: 8934578.

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

Color convert

RGB17884136-
CMYK00.530.240.30
HSL326.81º37.9%51.37%-
HSV(B)326.81º52.81%69.8%-
XYZ25.9717.5825.32-
YUV118.03138.14170.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=44.72%
G=21.11%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788413600.530.240.30326.8137.951.37
HexB25488035181E1472633
Octal26212421006530365074663
Binary1011001010101001000100001101011100011110101000111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25488; }

 p { color: rgb(178,84,136); }

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

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

 a { background-color: rgb(178,84,136); }

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

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

 span { border-color: rgb(178,84,136); }

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