Shades of Mulberry #B95198
Tints of Mulberry #B95198
RGB
CMYK
RGB Variations
Color information
#B95198 (or 0xB95198) is known color: Mulberry. HEX triplet: B9, 51 and 98. RGB value is (185,81,152). Sum of RGB (Red+Green+Blue) = 185+81+152=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B95198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95198 is #46AE67. Grayscale: #787878. Windows color (decimal): -4632168 or 9982393. OLE color: 9982393.
HSL color Cylindrical-coordinate representation of color #B95198: hue angle of 319.04º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95198 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 152 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.27 |
| HSL | 319.04º | 0.43% | 0.52% | - |
| HSV(B) | 319.04º | 0.56% | 0.73% | - |
| XYZ | 28.62 | 18.47 | 31.76 | - |
| YUV | 120.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 152 | 0 | 0.56 | 0.18 | 0.27 | 319.04 | 0.43 | 0.52 |
| Hex | B9 | 51 | 98 | 0 | 38 | 12 | 1B | 13F | 2B | 34 |
| Octal | 271 | 121 | 230 | 0 | 70 | 22 | 33 | 477 | 53 | 64 |
| Binary | 10111001 | 1010001 | 10011000 | 0 | 111000 | 10010 | 11011 | 100111111 | 101011 | 110100 |
Color Harmonies of #B95198
Complementary color
Monochromatic Colors of #B95198
Black with #B95198
Text Example
Text Example
White with #B95198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95198; }
p { color: rgb(185,81,152); }
H1.HeaderClassName
{
color: #B95198;
}
.AnyTagClassName
{
color: #B95198;
}
</style>
background-color css
<style>
a { background-color: #B95198; }
a { background-color: rgb(185,81,152); }
div.DivClassName
{
background-color: #B95198;
}
.BgClassName
{
background-color: #B95198;
}
</style>
border-color css
<style>
span { border-color: #B95198; }
span { border-color: rgb(185,81,152); }
td.TdClassName
{
border-color: #B95198;
}
.TagClassName
{
border-color: #B95198;
}
</style>