Shades of Mulberry #B75A96
Tints of Mulberry #B75A96
RGB
CMYK
RGB Variations
Color information
#B75A96 (or 0xB75A96) is known color: Mulberry. HEX triplet: B7, 5A and 96. RGB value is (183,90,150). Sum of RGB (Red+Green+Blue) = 183+90+150=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A96 is #48A569. Grayscale: #7C7C7C. Windows color (decimal): -4760938 or 9853623. OLE color: 9853623.
HSL color Cylindrical-coordinate representation of color #B75A96: hue angle of 321.29º 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 #B75A96 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 90 | 150 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.28 |
| HSL | 321.29º | 0.39% | 0.54% | - |
| HSV(B) | 321.29º | 0.51% | 0.72% | - |
| XYZ | 28.69 | 19.58 | 31.12 | - |
| YUV | 124.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 150 | 0 | 0.51 | 0.18 | 0.28 | 321.29 | 0.39 | 0.54 |
| Hex | B7 | 5A | 96 | 0 | 33 | 12 | 1C | 141 | 27 | 36 |
| Octal | 267 | 132 | 226 | 0 | 63 | 22 | 34 | 501 | 47 | 66 |
| Binary | 10110111 | 1011010 | 10010110 | 0 | 110011 | 10010 | 11100 | 101000001 | 100111 | 110110 |
Color Harmonies of #B75A96
Complementary color
Monochromatic Colors of #B75A96
Black with #B75A96
Text Example
Text Example
White with #B75A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75A96; }
p { color: rgb(183,90,150); }
H1.HeaderClassName
{
color: #B75A96;
}
.AnyTagClassName
{
color: #B75A96;
}
</style>
background-color css
<style>
a { background-color: #B75A96; }
a { background-color: rgb(183,90,150); }
div.DivClassName
{
background-color: #B75A96;
}
.BgClassName
{
background-color: #B75A96;
}
</style>
border-color css
<style>
span { border-color: #B75A96; }
span { border-color: rgb(183,90,150); }
td.TdClassName
{
border-color: #B75A96;
}
.TagClassName
{
border-color: #B75A96;
}
</style>