#B25994

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

Shades of Mulberry #B25994

Tints of Mulberry #B25994

Color information

#B25994 (or 0xB25994) is unknown color: approx Mulberry. HEX triplet: B2, 59 and 94. RGB value is (178,89,148). Sum of RGB (Red+Green+Blue) = 178+89+148=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B25994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25994 is #4DA66B. Grayscale: #7A7A7A. Windows color (decimal): -5088876 or 9722290. OLE color: 9722290.

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

Color convert

RGB17889148-
CMYK00.50.170.30
HSL320.22º36.63%52.35%-
HSV(B)320.22º50%69.8%-
XYZ27.2818.7530.2-
YUV122.34142.49167.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 148 (58.20% from 255) = 35.66%
R=42.89%
G=21.45%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788914800.50.170.30320.2236.6352.35
HexB25994032111E1402534
Octal26213122406221365004564
Binary1011001010110011001010001100101000111110101000000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25994; }

 p { color: rgb(178,89,148); }

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

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

 a { background-color: rgb(178,89,148); }

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

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

 span { border-color: rgb(178,89,148); }

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