Shades of Mulberry #B94598
Tints of Mulberry #B94598
RGB
CMYK
RGB Variations
Color information
#B94598 (or 0xB94598) is known color: Mulberry. HEX triplet: B9, 45 and 98. RGB value is (185,69,152). Sum of RGB (Red+Green+Blue) = 185+69+152=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B94598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94598 is #46BA67. Grayscale: #707070. Windows color (decimal): -4635240 or 9979321. OLE color: 9979321.
HSL color Cylindrical-coordinate representation of color #B94598: hue angle of 317.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94598 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 152 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.27 |
| HSL | 317.07º | 0.46% | 0.5% | - |
| HSV(B) | 317.07º | 0.63% | 0.73% | - |
| XYZ | 27.8 | 16.84 | 31.49 | - |
| YUV | 113.15 | 149.93 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 152 | 0 | 0.63 | 0.18 | 0.27 | 317.07 | 0.46 | 0.5 |
| Hex | B9 | 45 | 98 | 0 | 3F | 12 | 1B | 13D | 2E | 32 |
| Octal | 271 | 105 | 230 | 0 | 77 | 22 | 33 | 475 | 56 | 62 |
| Binary | 10111001 | 1000101 | 10011000 | 0 | 111111 | 10010 | 11011 | 100111101 | 101110 | 110010 |
Color Harmonies of #B94598
Complementary color
Monochromatic Colors of #B94598
Black with #B94598
Text Example
Text Example
White with #B94598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94598; }
p { color: rgb(185,69,152); }
H1.HeaderClassName
{
color: #B94598;
}
.AnyTagClassName
{
color: #B94598;
}
</style>
background-color css
<style>
a { background-color: #B94598; }
a { background-color: rgb(185,69,152); }
div.DivClassName
{
background-color: #B94598;
}
.BgClassName
{
background-color: #B94598;
}
</style>
border-color css
<style>
span { border-color: #B94598; }
span { border-color: rgb(185,69,152); }
td.TdClassName
{
border-color: #B94598;
}
.TagClassName
{
border-color: #B94598;
}
</style>