Shades of Mulberry #B9458B
Tints of Mulberry #B9458B
RGB
CMYK
RGB Variations
Color information
#B9458B (or 0xB9458B) is known color: Mulberry. HEX triplet: B9, 45 and 8B. RGB value is (185,69,139). Sum of RGB (Red+Green+Blue) = 185+69+139=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9458B is #46BA74. Grayscale: #6F6F6F. Windows color (decimal): -4635253 or 9127353. OLE color: 9127353.
HSL color Cylindrical-coordinate representation of color #B9458B: hue angle of 323.79º 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 #B9458B is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 139 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.27 |
| HSL | 323.79º | 0.46% | 0.5% | - |
| HSV(B) | 323.79º | 0.63% | 0.73% | - |
| XYZ | 26.8 | 16.43 | 26.19 | - |
| YUV | 111.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 139 | 0 | 0.63 | 0.25 | 0.27 | 323.79 | 0.46 | 0.5 |
| Hex | B9 | 45 | 8B | 0 | 3F | 19 | 1B | 144 | 2E | 32 |
| Octal | 271 | 105 | 213 | 0 | 77 | 31 | 33 | 504 | 56 | 62 |
| Binary | 10111001 | 1000101 | 10001011 | 0 | 111111 | 11001 | 11011 | 101000100 | 101110 | 110010 |
Color Harmonies of #B9458B
Complementary color
Monochromatic Colors of #B9458B
Black with #B9458B
Text Example
Text Example
White with #B9458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9458B; }
p { color: rgb(185,69,139); }
H1.HeaderClassName
{
color: #B9458B;
}
.AnyTagClassName
{
color: #B9458B;
}
</style>
background-color css
<style>
a { background-color: #B9458B; }
a { background-color: rgb(185,69,139); }
div.DivClassName
{
background-color: #B9458B;
}
.BgClassName
{
background-color: #B9458B;
}
</style>
border-color css
<style>
span { border-color: #B9458B; }
span { border-color: rgb(185,69,139); }
td.TdClassName
{
border-color: #B9458B;
}
.TagClassName
{
border-color: #B9458B;
}
</style>