#B25E8D

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

Shades of Mulberry #B25E8D

Tints of Mulberry #B25E8D

Color information

#B25E8D (or 0xB25E8D) is unknown color: approx Mulberry. HEX triplet: B2, 5E and 8D. RGB value is (178,94,141). Sum of RGB (Red+Green+Blue) = 178+94+141=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25E8D is #4DA172. Grayscale: #7C7C7C. Windows color (decimal): -5087603 or 9264818. OLE color: 9264818.

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

Color convert

RGB17894141-
CMYK00.470.210.30
HSL326.43º35.29%53.33%-
HSV(B)326.43º47.19%69.8%-
XYZ27.1719.3927.51-
YUV124.47137.33166.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=43.10%
G=22.76%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789414100.470.210.30326.4335.2953.33
HexB25E8D02F151E1462335
Octal26213621505725365064365
Binary1011001010111101000110101011111010111110101000110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E8D; }

 p { color: rgb(178,94,141); }

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

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

 a { background-color: rgb(178,94,141); }

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

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

 span { border-color: rgb(178,94,141); }

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