Shades of Mulberry #B2518F
Tints of Mulberry #B2518F
RGB
CMYK
RGB Variations
Color information
#B2518F (or 0xB2518F) is known color: Mulberry. HEX triplet: B2, 51 and 8F. RGB value is (178,81,143). Sum of RGB (Red+Green+Blue) = 178+81+143=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2518F is #4DAE70. Grayscale: #747474. Windows color (decimal): -5090929 or 9392562. OLE color: 9392562.
HSL color Cylindrical-coordinate representation of color #B2518F: hue angle of 321.65º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2518F is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 81 | 143 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.30 |
| HSL | 321.65º | 0.39% | 0.51% | - |
| HSV(B) | 321.65º | 0.54% | 0.7% | - |
| XYZ | 26.26 | 17.33 | 27.95 | - |
| YUV | 117.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 143 | 0 | 0.54 | 0.20 | 0.30 | 321.65 | 0.39 | 0.51 |
| Hex | B2 | 51 | 8F | 0 | 36 | 14 | 1E | 142 | 27 | 33 |
| Octal | 262 | 121 | 217 | 0 | 66 | 24 | 36 | 502 | 47 | 63 |
| Binary | 10110010 | 1010001 | 10001111 | 0 | 110110 | 10100 | 11110 | 101000010 | 100111 | 110011 |
Color Harmonies of #B2518F
Complementary color
Monochromatic Colors of #B2518F
Black with #B2518F
Text Example
Text Example
White with #B2518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2518F; }
p { color: rgb(178,81,143); }
H1.HeaderClassName
{
color: #B2518F;
}
.AnyTagClassName
{
color: #B2518F;
}
</style>
background-color css
<style>
a { background-color: #B2518F; }
a { background-color: rgb(178,81,143); }
div.DivClassName
{
background-color: #B2518F;
}
.BgClassName
{
background-color: #B2518F;
}
</style>
border-color css
<style>
span { border-color: #B2518F; }
span { border-color: rgb(178,81,143); }
td.TdClassName
{
border-color: #B2518F;
}
.TagClassName
{
border-color: #B2518F;
}
</style>