Shades of Mulberry #B8458B
Tints of Mulberry #B8458B
RGB
CMYK
RGB Variations
Color information
#B8458B (or 0xB8458B) is known color: Mulberry. HEX triplet: B8, 45 and 8B. RGB value is (184,69,139). Sum of RGB (Red+Green+Blue) = 184+69+139=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8458B is #47BA74. Grayscale: #6F6F6F. Windows color (decimal): -4700789 or 9127352. OLE color: 9127352.
HSL color Cylindrical-coordinate representation of color #B8458B: hue angle of 323.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8458B is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 139 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.28 |
| HSL | 323.48º | 0.45% | 0.5% | - |
| HSV(B) | 323.48º | 0.63% | 0.72% | - |
| XYZ | 26.56 | 16.31 | 26.17 | - |
| YUV | 111.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 139 | 0 | 0.62 | 0.24 | 0.28 | 323.48 | 0.45 | 0.5 |
| Hex | B8 | 45 | 8B | 0 | 3E | 18 | 1C | 143 | 2D | 32 |
| Octal | 270 | 105 | 213 | 0 | 76 | 30 | 34 | 503 | 55 | 62 |
| Binary | 10111000 | 1000101 | 10001011 | 0 | 111110 | 11000 | 11100 | 101000011 | 101101 | 110010 |
Color Harmonies of #B8458B
Complementary color
Monochromatic Colors of #B8458B
Black with #B8458B
Text Example
Text Example
White with #B8458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8458B; }
p { color: rgb(184,69,139); }
H1.HeaderClassName
{
color: #B8458B;
}
.AnyTagClassName
{
color: #B8458B;
}
</style>
background-color css
<style>
a { background-color: #B8458B; }
a { background-color: rgb(184,69,139); }
div.DivClassName
{
background-color: #B8458B;
}
.BgClassName
{
background-color: #B8458B;
}
</style>
border-color css
<style>
span { border-color: #B8458B; }
span { border-color: rgb(184,69,139); }
td.TdClassName
{
border-color: #B8458B;
}
.TagClassName
{
border-color: #B8458B;
}
</style>