#B25088

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

Shades of Mulberry #B25088

Tints of Mulberry #B25088

Color information

#B25088 (or 0xB25088) is unknown color: approx Mulberry. HEX triplet: B2, 50 and 88. RGB value is (178,80,136). Sum of RGB (Red+Green+Blue) = 178+80+136=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B25088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25088 is #4DAF77. Grayscale: #737373. Windows color (decimal): -5091192 or 8933554. OLE color: 8933554.

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

Color convert

RGB17880136-
CMYK00.550.240.30
HSL325.71º38.89%50.59%-
HSV(B)325.71º55.06%69.8%-
XYZ25.6716.9825.22-
YUV115.69139.47172.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.18%
GREEN value IS 80 (31.64% from 255) = 20.30%
BLUE value IS 136 (53.52% from 255) = 34.52%
R=45.18%
G=20.30%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788013600.550.240.30325.7138.8950.59
HexB25088037181E1462733
Octal26212021006730365064763
Binary1011001010100001000100001101111100011110101000110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25088; }

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

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

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

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

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

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

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

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