#B25B96

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

Shades of Mulberry #B25B96

Tints of Mulberry #B25B96

Color information

#B25B96 (or 0xB25B96) is unknown color: approx Mulberry. HEX triplet: B2, 5B and 96. RGB value is (178,91,150). Sum of RGB (Red+Green+Blue) = 178+91+150=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25B96 is #4DA469. Grayscale: #7B7B7B. Windows color (decimal): -5088362 or 9853874. OLE color: 9853874.

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

Color convert

RGB17891150-
CMYK00.490.160.30
HSL319.31º36.1%52.75%-
HSV(B)319.31º48.88%69.8%-
XYZ27.6119.1531.1-
YUV123.74142.82166.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=42.48%
G=21.72%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789115000.490.160.30319.3136.152.75
HexB25B96031101E13f2435
Octal26213322606120364774465
Binary1011001010110111001011001100011000011110100111111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25B96; }

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

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

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

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

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

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

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

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