Shades of Mulberry #B8508F
Tints of Mulberry #B8508F
RGB
CMYK
RGB Variations
Color information
#B8508F (or 0xB8508F) is known color: Mulberry. HEX triplet: B8, 50 and 8F. RGB value is (184,80,143). Sum of RGB (Red+Green+Blue) = 184+80+143=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8508F is #47AF70. Grayscale: #767676. Windows color (decimal): -4697969 or 9392312. OLE color: 9392312.
HSL color Cylindrical-coordinate representation of color #B8508F: hue angle of 323.65º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8508F is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 143 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.28 |
| HSL | 323.65º | 0.42% | 0.52% | - |
| HSV(B) | 323.65º | 0.57% | 0.72% | - |
| XYZ | 27.59 | 17.91 | 27.99 | - |
| YUV | 118.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 143 | 0 | 0.57 | 0.22 | 0.28 | 323.65 | 0.42 | 0.52 |
| Hex | B8 | 50 | 8F | 0 | 39 | 16 | 1C | 144 | 2A | 34 |
| Octal | 270 | 120 | 217 | 0 | 71 | 26 | 34 | 504 | 52 | 64 |
| Binary | 10111000 | 1010000 | 10001111 | 0 | 111001 | 10110 | 11100 | 101000100 | 101010 | 110100 |
Color Harmonies of #B8508F
Complementary color
Monochromatic Colors of #B8508F
Black with #B8508F
Text Example
Text Example
White with #B8508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8508F; }
p { color: rgb(184,80,143); }
H1.HeaderClassName
{
color: #B8508F;
}
.AnyTagClassName
{
color: #B8508F;
}
</style>
background-color css
<style>
a { background-color: #B8508F; }
a { background-color: rgb(184,80,143); }
div.DivClassName
{
background-color: #B8508F;
}
.BgClassName
{
background-color: #B8508F;
}
</style>
border-color css
<style>
span { border-color: #B8508F; }
span { border-color: rgb(184,80,143); }
td.TdClassName
{
border-color: #B8508F;
}
.TagClassName
{
border-color: #B8508F;
}
</style>