Shades of Mulberry #B8469F
Tints of Mulberry #B8469F
RGB
CMYK
RGB Variations
Color information
#B8469F (or 0xB8469F) is known color: Mulberry. HEX triplet: B8, 46 and 9F. RGB value is (184,70,159). Sum of RGB (Red+Green+Blue) = 184+70+159=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8469F is #47B960. Grayscale: #717171. Windows color (decimal): -4700513 or 10438328. OLE color: 10438328.
HSL color Cylindrical-coordinate representation of color #B8469F: hue angle of 313.16º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8469F is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 159 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.28 |
| HSL | 313.16º | 0.45% | 0.5% | - |
| HSV(B) | 313.16º | 0.62% | 0.72% | - |
| XYZ | 28.22 | 17.07 | 34.61 | - |
| YUV | 114.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 159 | 0 | 0.62 | 0.14 | 0.28 | 313.16 | 0.45 | 0.5 |
| Hex | B8 | 46 | 9F | 0 | 3E | E | 1C | 139 | 2D | 32 |
| Octal | 270 | 106 | 237 | 0 | 76 | 16 | 34 | 471 | 55 | 62 |
| Binary | 10111000 | 1000110 | 10011111 | 0 | 111110 | 1110 | 11100 | 100111001 | 101101 | 110010 |
Color Harmonies of #B8469F
Complementary color
Monochromatic Colors of #B8469F
Black with #B8469F
Text Example
Text Example
White with #B8469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8469F; }
p { color: rgb(184,70,159); }
H1.HeaderClassName
{
color: #B8469F;
}
.AnyTagClassName
{
color: #B8469F;
}
</style>
background-color css
<style>
a { background-color: #B8469F; }
a { background-color: rgb(184,70,159); }
div.DivClassName
{
background-color: #B8469F;
}
.BgClassName
{
background-color: #B8469F;
}
</style>
border-color css
<style>
span { border-color: #B8469F; }
span { border-color: rgb(184,70,159); }
td.TdClassName
{
border-color: #B8469F;
}
.TagClassName
{
border-color: #B8469F;
}
</style>