Shades of Mulberry #B14598
Tints of Mulberry #B14598
RGB
CMYK
RGB Variations
Color information
#B14598 (or 0xB14598) is known color: Mulberry. HEX triplet: B1, 45 and 98. RGB value is (177,69,152). Sum of RGB (Red+Green+Blue) = 177+69+152=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B14598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14598 is #4EBA67. Grayscale: #6E6E6E. Windows color (decimal): -5159528 or 9979313. OLE color: 9979313.
HSL color Cylindrical-coordinate representation of color #B14598: hue angle of 313.89º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14598 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 152 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.31 |
| HSL | 313.89º | 0.44% | 0.48% | - |
| HSV(B) | 313.89º | 0.61% | 0.69% | - |
| XYZ | 25.93 | 15.87 | 31.4 | - |
| YUV | 110.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 152 | 0 | 0.61 | 0.14 | 0.31 | 313.89 | 0.44 | 0.48 |
| Hex | B1 | 45 | 98 | 0 | 3D | E | 1F | 13A | 2C | 30 |
| Octal | 261 | 105 | 230 | 0 | 75 | 16 | 37 | 472 | 54 | 60 |
| Binary | 10110001 | 1000101 | 10011000 | 0 | 111101 | 1110 | 11111 | 100111010 | 101100 | 110000 |
Color Harmonies of #B14598
Complementary color
Monochromatic Colors of #B14598
Black with #B14598
Text Example
Text Example
White with #B14598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14598; }
p { color: rgb(177,69,152); }
H1.HeaderClassName
{
color: #B14598;
}
.AnyTagClassName
{
color: #B14598;
}
</style>
background-color css
<style>
a { background-color: #B14598; }
a { background-color: rgb(177,69,152); }
div.DivClassName
{
background-color: #B14598;
}
.BgClassName
{
background-color: #B14598;
}
</style>
border-color css
<style>
span { border-color: #B14598; }
span { border-color: rgb(177,69,152); }
td.TdClassName
{
border-color: #B14598;
}
.TagClassName
{
border-color: #B14598;
}
</style>