#b25b88

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

Shades of Mulberry #B25B88

Tints of Mulberry #B25B88

Color information

#B25B88 (or 0xB25B88) is unknown color: approx Mulberry. HEX triplet: B2, 5B and 88. RGB value is (178,91,136). Sum of RGB (Red+Green+Blue) = 178+91+136=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25B88 is #4DA477. Grayscale: #7A7A7A. Windows color (decimal): -5088376 or 8936370. OLE color: 8936370.

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

Color convert

RGB17891136-
CMYK00.490.240.30
HSL328.97º36.1%52.75%-
HSV(B)328.97º48.88%69.8%-
XYZ26.5518.7225.51-
YUV122.14135.82167.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=43.95%
G=22.47%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789113600.490.240.30328.9736.152.75
HexB25B88031181E1492435
Octal26213321006130365114465
Binary1011001010110111000100001100011100011110101001001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25b88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25b88; }

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

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

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

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

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

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

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

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