Shades of Mulberry #B7458B
Tints of Mulberry #B7458B
RGB
CMYK
RGB Variations
Color information
#B7458B (or 0xB7458B) is known color: Mulberry. HEX triplet: B7, 45 and 8B. RGB value is (183,69,139). Sum of RGB (Red+Green+Blue) = 183+69+139=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7458B is #48BA74. Grayscale: #6E6E6E. Windows color (decimal): -4766325 or 9127351. OLE color: 9127351.
HSL color Cylindrical-coordinate representation of color #B7458B: hue angle of 323.16º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7458B is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 139 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.28 |
| HSL | 323.16º | 0.45% | 0.49% | - |
| HSV(B) | 323.16º | 0.62% | 0.72% | - |
| XYZ | 26.32 | 16.19 | 26.16 | - |
| YUV | 111.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 139 | 0 | 0.62 | 0.24 | 0.28 | 323.16 | 0.45 | 0.49 |
| Hex | B7 | 45 | 8B | 0 | 3E | 18 | 1C | 143 | 2D | 31 |
| Octal | 267 | 105 | 213 | 0 | 76 | 30 | 34 | 503 | 55 | 61 |
| Binary | 10110111 | 1000101 | 10001011 | 0 | 111110 | 11000 | 11100 | 101000011 | 101101 | 110001 |
Color Harmonies of #B7458B
Complementary color
Monochromatic Colors of #B7458B
Black with #B7458B
Text Example
Text Example
White with #B7458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7458B; }
p { color: rgb(183,69,139); }
H1.HeaderClassName
{
color: #B7458B;
}
.AnyTagClassName
{
color: #B7458B;
}
</style>
background-color css
<style>
a { background-color: #B7458B; }
a { background-color: rgb(183,69,139); }
div.DivClassName
{
background-color: #B7458B;
}
.BgClassName
{
background-color: #B7458B;
}
</style>
border-color css
<style>
span { border-color: #B7458B; }
span { border-color: rgb(183,69,139); }
td.TdClassName
{
border-color: #B7458B;
}
.TagClassName
{
border-color: #B7458B;
}
</style>