Shades of Mulberry #B65197
Tints of Mulberry #B65197
RGB
CMYK
RGB Variations
Color information
#B65197 (or 0xB65197) is known color: Mulberry. HEX triplet: B6, 51 and 97. RGB value is (182,81,151). Sum of RGB (Red+Green+Blue) = 182+81+151=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B65197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65197 is #49AE68. Grayscale: #777777. Windows color (decimal): -4828777 or 9916854. OLE color: 9916854.
HSL color Cylindrical-coordinate representation of color #B65197: hue angle of 318.42º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65197 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 151 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.29 |
| HSL | 318.42º | 0.41% | 0.52% | - |
| HSV(B) | 318.42º | 0.55% | 0.71% | - |
| XYZ | 27.82 | 18.06 | 31.3 | - |
| YUV | 119.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 151 | 0 | 0.55 | 0.17 | 0.29 | 318.42 | 0.41 | 0.52 |
| Hex | B6 | 51 | 97 | 0 | 37 | 11 | 1D | 13E | 29 | 34 |
| Octal | 266 | 121 | 227 | 0 | 67 | 21 | 35 | 476 | 51 | 64 |
| Binary | 10110110 | 1010001 | 10010111 | 0 | 110111 | 10001 | 11101 | 100111110 | 101001 | 110100 |
Color Harmonies of #B65197
Complementary color
Monochromatic Colors of #B65197
Black with #B65197
Text Example
Text Example
White with #B65197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65197; }
p { color: rgb(182,81,151); }
H1.HeaderClassName
{
color: #B65197;
}
.AnyTagClassName
{
color: #B65197;
}
</style>
background-color css
<style>
a { background-color: #B65197; }
a { background-color: rgb(182,81,151); }
div.DivClassName
{
background-color: #B65197;
}
.BgClassName
{
background-color: #B65197;
}
</style>
border-color css
<style>
span { border-color: #B65197; }
span { border-color: rgb(182,81,151); }
td.TdClassName
{
border-color: #B65197;
}
.TagClassName
{
border-color: #B65197;
}
</style>