Shades of Mulberry #B0518A
Tints of Mulberry #B0518A
RGB
CMYK
RGB Variations
Color information
#B0518A (or 0xB0518A) is known color: Mulberry. HEX triplet: B0, 51 and 8A. RGB value is (176,81,138). Sum of RGB (Red+Green+Blue) = 176+81+138=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B0518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0518A is #4FAE75. Grayscale: #737373. Windows color (decimal): -5222006 or 9064880. OLE color: 9064880.
HSL color Cylindrical-coordinate representation of color #B0518A: hue angle of 324º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0518A is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 138 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.31 |
| HSL | 324º | 0.38% | 0.5% | - |
| HSV(B) | 324º | 0.54% | 0.69% | - |
| XYZ | 25.43 | 16.95 | 25.98 | - |
| YUV | 115.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 138 | 0 | 0.54 | 0.22 | 0.31 | 324 | 0.38 | 0.5 |
| Hex | B0 | 51 | 8A | 0 | 36 | 16 | 1F | 144 | 26 | 32 |
| Octal | 260 | 121 | 212 | 0 | 66 | 26 | 37 | 504 | 46 | 62 |
| Binary | 10110000 | 1010001 | 10001010 | 0 | 110110 | 10110 | 11111 | 101000100 | 100110 | 110010 |
Color Harmonies of #B0518A
Complementary color
Monochromatic Colors of #B0518A
Black with #B0518A
Text Example
Text Example
White with #B0518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0518A; }
p { color: rgb(176,81,138); }
H1.HeaderClassName
{
color: #B0518A;
}
.AnyTagClassName
{
color: #B0518A;
}
</style>
background-color css
<style>
a { background-color: #B0518A; }
a { background-color: rgb(176,81,138); }
div.DivClassName
{
background-color: #B0518A;
}
.BgClassName
{
background-color: #B0518A;
}
</style>
border-color css
<style>
span { border-color: #B0518A; }
span { border-color: rgb(176,81,138); }
td.TdClassName
{
border-color: #B0518A;
}
.TagClassName
{
border-color: #B0518A;
}
</style>