Shades of Mulberry #B8459C
Tints of Mulberry #B8459C
RGB
CMYK
RGB Variations
Color information
#B8459C (or 0xB8459C) is known color: Mulberry. HEX triplet: B8, 45 and 9C. RGB value is (184,69,156). Sum of RGB (Red+Green+Blue) = 184+69+156=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B8459C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8459C is #47BA63. Grayscale: #717171. Windows color (decimal): -4700772 or 10241464. OLE color: 10241464.
HSL color Cylindrical-coordinate representation of color #B8459C: hue angle of 314.61º 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 #B8459C is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 156 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.28 |
| HSL | 314.61º | 0.45% | 0.5% | - |
| HSV(B) | 314.61º | 0.63% | 0.72% | - |
| XYZ | 27.9 | 16.85 | 33.23 | - |
| YUV | 113.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 156 | 0 | 0.62 | 0.15 | 0.28 | 314.61 | 0.45 | 0.5 |
| Hex | B8 | 45 | 9C | 0 | 3E | F | 1C | 13B | 2D | 32 |
| Octal | 270 | 105 | 234 | 0 | 76 | 17 | 34 | 473 | 55 | 62 |
| Binary | 10111000 | 1000101 | 10011100 | 0 | 111110 | 1111 | 11100 | 100111011 | 101101 | 110010 |
Color Harmonies of #B8459C
Complementary color
Monochromatic Colors of #B8459C
Black with #B8459C
Text Example
Text Example
White with #B8459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8459C; }
p { color: rgb(184,69,156); }
H1.HeaderClassName
{
color: #B8459C;
}
.AnyTagClassName
{
color: #B8459C;
}
</style>
background-color css
<style>
a { background-color: #B8459C; }
a { background-color: rgb(184,69,156); }
div.DivClassName
{
background-color: #B8459C;
}
.BgClassName
{
background-color: #B8459C;
}
</style>
border-color css
<style>
span { border-color: #B8459C; }
span { border-color: rgb(184,69,156); }
td.TdClassName
{
border-color: #B8459C;
}
.TagClassName
{
border-color: #B8459C;
}
</style>