Shades of Mulberry #B8458E
Tints of Mulberry #B8458E
RGB
CMYK
RGB Variations
Color information
#B8458E (or 0xB8458E) is known color: Mulberry. HEX triplet: B8, 45 and 8E. RGB value is (184,69,142). Sum of RGB (Red+Green+Blue) = 184+69+142=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8458E is #47BA71. Grayscale: #6F6F6F. Windows color (decimal): -4700786 or 9323960. OLE color: 9323960.
HSL color Cylindrical-coordinate representation of color #B8458E: hue angle of 321.91º 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 #B8458E is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 142 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.28 |
| HSL | 321.91º | 0.45% | 0.5% | - |
| HSV(B) | 321.91º | 0.63% | 0.72% | - |
| XYZ | 26.78 | 16.4 | 27.35 | - |
| YUV | 111.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 142 | 0 | 0.62 | 0.23 | 0.28 | 321.91 | 0.45 | 0.5 |
| Hex | B8 | 45 | 8E | 0 | 3E | 17 | 1C | 142 | 2D | 32 |
| Octal | 270 | 105 | 216 | 0 | 76 | 27 | 34 | 502 | 55 | 62 |
| Binary | 10111000 | 1000101 | 10001110 | 0 | 111110 | 10111 | 11100 | 101000010 | 101101 | 110010 |
Color Harmonies of #B8458E
Complementary color
Monochromatic Colors of #B8458E
Black with #B8458E
Text Example
Text Example
White with #B8458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8458E; }
p { color: rgb(184,69,142); }
H1.HeaderClassName
{
color: #B8458E;
}
.AnyTagClassName
{
color: #B8458E;
}
</style>
background-color css
<style>
a { background-color: #B8458E; }
a { background-color: rgb(184,69,142); }
div.DivClassName
{
background-color: #B8458E;
}
.BgClassName
{
background-color: #B8458E;
}
</style>
border-color css
<style>
span { border-color: #B8458E; }
span { border-color: rgb(184,69,142); }
td.TdClassName
{
border-color: #B8458E;
}
.TagClassName
{
border-color: #B8458E;
}
</style>