Shades of Mulberry #B75399
Tints of Mulberry #B75399
RGB
CMYK
RGB Variations
Color information
#B75399 (or 0xB75399) is known color: Mulberry. HEX triplet: B7, 53 and 99. RGB value is (183,83,153). Sum of RGB (Red+Green+Blue) = 183+83+153=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B75399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75399 is #48AC66. Grayscale: #787878. Windows color (decimal): -4762727 or 10048439. OLE color: 10048439.
HSL color Cylindrical-coordinate representation of color #B75399: hue angle of 318º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75399 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 153 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.28 |
| HSL | 318º | 0.41% | 0.52% | - |
| HSV(B) | 318º | 0.55% | 0.72% | - |
| XYZ | 28.37 | 18.55 | 32.22 | - |
| YUV | 120.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 153 | 0 | 0.55 | 0.16 | 0.28 | 318 | 0.41 | 0.52 |
| Hex | B7 | 53 | 99 | 0 | 37 | 10 | 1C | 13E | 29 | 34 |
| Octal | 267 | 123 | 231 | 0 | 67 | 20 | 34 | 476 | 51 | 64 |
| Binary | 10110111 | 1010011 | 10011001 | 0 | 110111 | 10000 | 11100 | 100111110 | 101001 | 110100 |
Color Harmonies of #B75399
Complementary color
Monochromatic Colors of #B75399
Black with #B75399
Text Example
Text Example
White with #B75399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75399; }
p { color: rgb(183,83,153); }
H1.HeaderClassName
{
color: #B75399;
}
.AnyTagClassName
{
color: #B75399;
}
</style>
background-color css
<style>
a { background-color: #B75399; }
a { background-color: rgb(183,83,153); }
div.DivClassName
{
background-color: #B75399;
}
.BgClassName
{
background-color: #B75399;
}
</style>
border-color css
<style>
span { border-color: #B75399; }
span { border-color: rgb(183,83,153); }
td.TdClassName
{
border-color: #B75399;
}
.TagClassName
{
border-color: #B75399;
}
</style>