Shades of Mulberry #B75098
Tints of Mulberry #B75098
RGB
CMYK
RGB Variations
Color information
#B75098 (or 0xB75098) is known color: Mulberry. HEX triplet: B7, 50 and 98. RGB value is (183,80,152). Sum of RGB (Red+Green+Blue) = 183+80+152=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B75098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75098 is #48AF67. Grayscale: #767676. Windows color (decimal): -4763496 or 9982135. OLE color: 9982135.
HSL color Cylindrical-coordinate representation of color #B75098: hue angle of 318.06º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75098 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 80 | 152 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.28 |
| HSL | 318.06º | 0.42% | 0.52% | - |
| HSV(B) | 318.06º | 0.56% | 0.72% | - |
| XYZ | 28.06 | 18.07 | 31.71 | - |
| YUV | 119.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 152 | 0 | 0.56 | 0.17 | 0.28 | 318.06 | 0.42 | 0.52 |
| Hex | B7 | 50 | 98 | 0 | 38 | 11 | 1C | 13E | 2A | 34 |
| Octal | 267 | 120 | 230 | 0 | 70 | 21 | 34 | 476 | 52 | 64 |
| Binary | 10110111 | 1010000 | 10011000 | 0 | 111000 | 10001 | 11100 | 100111110 | 101010 | 110100 |
Color Harmonies of #B75098
Complementary color
Monochromatic Colors of #B75098
Black with #B75098
Text Example
Text Example
White with #B75098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75098; }
p { color: rgb(183,80,152); }
H1.HeaderClassName
{
color: #B75098;
}
.AnyTagClassName
{
color: #B75098;
}
</style>
background-color css
<style>
a { background-color: #B75098; }
a { background-color: rgb(183,80,152); }
div.DivClassName
{
background-color: #B75098;
}
.BgClassName
{
background-color: #B75098;
}
</style>
border-color css
<style>
span { border-color: #B75098; }
span { border-color: rgb(183,80,152); }
td.TdClassName
{
border-color: #B75098;
}
.TagClassName
{
border-color: #B75098;
}
</style>