Shades of Mulberry #B2608E
Tints of Mulberry #B2608E
RGB
CMYK
RGB Variations
Color information
#B2608E (or 0xB2608E) is known color: Mulberry. HEX triplet: B2, 60 and 8E. RGB value is (178,96,142). Sum of RGB (Red+Green+Blue) = 178+96+142=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2608E is #4D9F71. Grayscale: #7D7D7D. Windows color (decimal): -5087090 or 9330866. OLE color: 9330866.
HSL color Cylindrical-coordinate representation of color #B2608E: hue angle of 326.34º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2608E is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 142 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.30 |
| HSL | 326.34º | 0.35% | 0.54% | - |
| HSV(B) | 326.34º | 0.46% | 0.7% | - |
| XYZ | 27.43 | 19.78 | 27.96 | - |
| YUV | 125.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 142 | 0 | 0.46 | 0.20 | 0.30 | 326.34 | 0.35 | 0.54 |
| Hex | B2 | 60 | 8E | 0 | 2E | 14 | 1E | 146 | 23 | 36 |
| Octal | 262 | 140 | 216 | 0 | 56 | 24 | 36 | 506 | 43 | 66 |
| Binary | 10110010 | 1100000 | 10001110 | 0 | 101110 | 10100 | 11110 | 101000110 | 100011 | 110110 |
Color Harmonies of #B2608E
Complementary color
Monochromatic Colors of #B2608E
Black with #B2608E
Text Example
Text Example
White with #B2608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2608E; }
p { color: rgb(178,96,142); }
H1.HeaderClassName
{
color: #B2608E;
}
.AnyTagClassName
{
color: #B2608E;
}
</style>
background-color css
<style>
a { background-color: #B2608E; }
a { background-color: rgb(178,96,142); }
div.DivClassName
{
background-color: #B2608E;
}
.BgClassName
{
background-color: #B2608E;
}
</style>
border-color css
<style>
span { border-color: #B2608E; }
span { border-color: rgb(178,96,142); }
td.TdClassName
{
border-color: #B2608E;
}
.TagClassName
{
border-color: #B2608E;
}
</style>