Shades of Mulberry #B95493
Tints of Mulberry #B95493
RGB
CMYK
RGB Variations
Color information
#B95493 (or 0xB95493) is known color: Mulberry. HEX triplet: B9, 54 and 93. RGB value is (185,84,147). Sum of RGB (Red+Green+Blue) = 185+84+147=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B95493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95493 is #46AB6C. Grayscale: #797979. Windows color (decimal): -4631405 or 9655481. OLE color: 9655481.
HSL color Cylindrical-coordinate representation of color #B95493: hue angle of 322.57º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95493 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 147 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.27 |
| HSL | 322.57º | 0.42% | 0.53% | - |
| HSV(B) | 322.57º | 0.55% | 0.73% | - |
| XYZ | 28.44 | 18.76 | 29.73 | - |
| YUV | 121.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 147 | 0 | 0.55 | 0.21 | 0.27 | 322.57 | 0.42 | 0.53 |
| Hex | B9 | 54 | 93 | 0 | 37 | 15 | 1B | 143 | 2A | 35 |
| Octal | 271 | 124 | 223 | 0 | 67 | 25 | 33 | 503 | 52 | 65 |
| Binary | 10111001 | 1010100 | 10010011 | 0 | 110111 | 10101 | 11011 | 101000011 | 101010 | 110101 |
Color Harmonies of #B95493
Complementary color
Monochromatic Colors of #B95493
Black with #B95493
Text Example
Text Example
White with #B95493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95493; }
p { color: rgb(185,84,147); }
H1.HeaderClassName
{
color: #B95493;
}
.AnyTagClassName
{
color: #B95493;
}
</style>
background-color css
<style>
a { background-color: #B95493; }
a { background-color: rgb(185,84,147); }
div.DivClassName
{
background-color: #B95493;
}
.BgClassName
{
background-color: #B95493;
}
</style>
border-color css
<style>
span { border-color: #B95493; }
span { border-color: rgb(185,84,147); }
td.TdClassName
{
border-color: #B95493;
}
.TagClassName
{
border-color: #B95493;
}
</style>