Shades of Mulberry #B75392
Tints of Mulberry #B75392
RGB
CMYK
RGB Variations
Color information
#B75392 (or 0xB75392) is known color: Mulberry. HEX triplet: B7, 53 and 92. RGB value is (183,83,146). Sum of RGB (Red+Green+Blue) = 183+83+146=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B75392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75392 is #48AC6D. Grayscale: #777777. Windows color (decimal): -4762734 or 9589687. OLE color: 9589687.
HSL color Cylindrical-coordinate representation of color #B75392: hue angle of 322.2º 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 #B75392 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 146 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.28 |
| HSL | 322.2º | 0.41% | 0.52% | - |
| HSV(B) | 322.2º | 0.55% | 0.72% | - |
| XYZ | 27.81 | 18.33 | 29.27 | - |
| YUV | 120.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 146 | 0 | 0.55 | 0.20 | 0.28 | 322.2 | 0.41 | 0.52 |
| Hex | B7 | 53 | 92 | 0 | 37 | 14 | 1C | 142 | 29 | 34 |
| Octal | 267 | 123 | 222 | 0 | 67 | 24 | 34 | 502 | 51 | 64 |
| Binary | 10110111 | 1010011 | 10010010 | 0 | 110111 | 10100 | 11100 | 101000010 | 101001 | 110100 |
Color Harmonies of #B75392
Complementary color
Monochromatic Colors of #B75392
Black with #B75392
Text Example
Text Example
White with #B75392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75392; }
p { color: rgb(183,83,146); }
H1.HeaderClassName
{
color: #B75392;
}
.AnyTagClassName
{
color: #B75392;
}
</style>
background-color css
<style>
a { background-color: #B75392; }
a { background-color: rgb(183,83,146); }
div.DivClassName
{
background-color: #B75392;
}
.BgClassName
{
background-color: #B75392;
}
</style>
border-color css
<style>
span { border-color: #B75392; }
span { border-color: rgb(183,83,146); }
td.TdClassName
{
border-color: #B75392;
}
.TagClassName
{
border-color: #B75392;
}
</style>