Shades of Mulberry #B75A99
Tints of Mulberry #B75A99
RGB
CMYK
RGB Variations
Color information
#B75A99 (or 0xB75A99) is known color: Mulberry. HEX triplet: B7, 5A and 99. RGB value is (183,90,153). Sum of RGB (Red+Green+Blue) = 183+90+153=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A99 is #48A566. Grayscale: #7C7C7C. Windows color (decimal): -4760935 or 10050231. OLE color: 10050231.
HSL color Cylindrical-coordinate representation of color #B75A99: hue angle of 319.35º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75A99 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 90 | 153 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.28 |
| HSL | 319.35º | 0.39% | 0.54% | - |
| HSV(B) | 319.35º | 0.51% | 0.72% | - |
| XYZ | 28.93 | 19.68 | 32.41 | - |
| YUV | 124.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 153 | 0 | 0.51 | 0.16 | 0.28 | 319.35 | 0.39 | 0.54 |
| Hex | B7 | 5A | 99 | 0 | 33 | 10 | 1C | 13F | 27 | 36 |
| Octal | 267 | 132 | 231 | 0 | 63 | 20 | 34 | 477 | 47 | 66 |
| Binary | 10110111 | 1011010 | 10011001 | 0 | 110011 | 10000 | 11100 | 100111111 | 100111 | 110110 |
Color Harmonies of #B75A99
Complementary color
Monochromatic Colors of #B75A99
Black with #B75A99
Text Example
Text Example
White with #B75A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75A99; }
p { color: rgb(183,90,153); }
H1.HeaderClassName
{
color: #B75A99;
}
.AnyTagClassName
{
color: #B75A99;
}
</style>
background-color css
<style>
a { background-color: #B75A99; }
a { background-color: rgb(183,90,153); }
div.DivClassName
{
background-color: #B75A99;
}
.BgClassName
{
background-color: #B75A99;
}
</style>
border-color css
<style>
span { border-color: #B75A99; }
span { border-color: rgb(183,90,153); }
td.TdClassName
{
border-color: #B75A99;
}
.TagClassName
{
border-color: #B75A99;
}
</style>