Shades of Mulberry #B65E8F
Tints of Mulberry #B65E8F
RGB
CMYK
RGB Variations
Color information
#B65E8F (or 0xB65E8F) is known color: Mulberry. HEX triplet: B6, 5E and 8F. RGB value is (182,94,143). Sum of RGB (Red+Green+Blue) = 182+94+143=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65E8F is #49A170. Grayscale: #7D7D7D. Windows color (decimal): -4825457 or 9395894. OLE color: 9395894.
HSL color Cylindrical-coordinate representation of color #B65E8F: hue angle of 326.59º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65E8F is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 94 | 143 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.29 |
| HSL | 326.59º | 0.38% | 0.54% | - |
| HSV(B) | 326.59º | 0.48% | 0.71% | - |
| XYZ | 28.25 | 19.93 | 28.35 | - |
| YUV | 125.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 94 | 143 | 0 | 0.48 | 0.21 | 0.29 | 326.59 | 0.38 | 0.54 |
| Hex | B6 | 5E | 8F | 0 | 30 | 15 | 1D | 147 | 26 | 36 |
| Octal | 266 | 136 | 217 | 0 | 60 | 25 | 35 | 507 | 46 | 66 |
| Binary | 10110110 | 1011110 | 10001111 | 0 | 110000 | 10101 | 11101 | 101000111 | 100110 | 110110 |
Color Harmonies of #B65E8F
Complementary color
Monochromatic Colors of #B65E8F
Black with #B65E8F
Text Example
Text Example
White with #B65E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65E8F; }
p { color: rgb(182,94,143); }
H1.HeaderClassName
{
color: #B65E8F;
}
.AnyTagClassName
{
color: #B65E8F;
}
</style>
background-color css
<style>
a { background-color: #B65E8F; }
a { background-color: rgb(182,94,143); }
div.DivClassName
{
background-color: #B65E8F;
}
.BgClassName
{
background-color: #B65E8F;
}
</style>
border-color css
<style>
span { border-color: #B65E8F; }
span { border-color: rgb(182,94,143); }
td.TdClassName
{
border-color: #B65E8F;
}
.TagClassName
{
border-color: #B65E8F;
}
</style>