Shades of Mulberry #B25C8F
Tints of Mulberry #B25C8F
RGB
CMYK
RGB Variations
Color information
#B25C8F (or 0xB25C8F) is known color: Mulberry. HEX triplet: B2, 5C and 8F. RGB value is (178,92,143). Sum of RGB (Red+Green+Blue) = 178+92+143=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25C8F is #4DA370. Grayscale: #7B7B7B. Windows color (decimal): -5088113 or 9395378. OLE color: 9395378.
HSL color Cylindrical-coordinate representation of color #B25C8F: hue angle of 324.42º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B25C8F is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 92 | 143 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.30 |
| HSL | 324.42º | 0.36% | 0.53% | - |
| HSV(B) | 324.42º | 0.48% | 0.7% | - |
| XYZ | 27.15 | 19.1 | 28.24 | - |
| YUV | 123.53 | 138.99 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 143 | 0 | 0.48 | 0.20 | 0.30 | 324.42 | 0.36 | 0.53 |
| Hex | B2 | 5C | 8F | 0 | 30 | 14 | 1E | 144 | 24 | 35 |
| Octal | 262 | 134 | 217 | 0 | 60 | 24 | 36 | 504 | 44 | 65 |
| Binary | 10110010 | 1011100 | 10001111 | 0 | 110000 | 10100 | 11110 | 101000100 | 100100 | 110101 |
Color Harmonies of #B25C8F
Complementary color
Monochromatic Colors of #B25C8F
Black with #B25C8F
Text Example
Text Example
White with #B25C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25C8F; }
p { color: rgb(178,92,143); }
H1.HeaderClassName
{
color: #B25C8F;
}
.AnyTagClassName
{
color: #B25C8F;
}
</style>
background-color css
<style>
a { background-color: #B25C8F; }
a { background-color: rgb(178,92,143); }
div.DivClassName
{
background-color: #B25C8F;
}
.BgClassName
{
background-color: #B25C8F;
}
</style>
border-color css
<style>
span { border-color: #B25C8F; }
span { border-color: rgb(178,92,143); }
td.TdClassName
{
border-color: #B25C8F;
}
.TagClassName
{
border-color: #B25C8F;
}
</style>