Shades of Mulberry #B9469F
Tints of Mulberry #B9469F
RGB
CMYK
RGB Variations
Color information
#B9469F (or 0xB9469F) is known color: Mulberry. HEX triplet: B9, 46 and 9F. RGB value is (185,70,159). Sum of RGB (Red+Green+Blue) = 185+70+159=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B9469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9469F is #46B960. Grayscale: #727272. Windows color (decimal): -4634977 or 10438329. OLE color: 10438329.
HSL color Cylindrical-coordinate representation of color #B9469F: hue angle of 313.57º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9469F is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 159 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.27 |
| HSL | 313.57º | 0.45% | 0.5% | - |
| HSV(B) | 313.57º | 0.62% | 0.73% | - |
| XYZ | 28.46 | 17.2 | 34.62 | - |
| YUV | 114.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 159 | 0 | 0.62 | 0.14 | 0.27 | 313.57 | 0.45 | 0.5 |
| Hex | B9 | 46 | 9F | 0 | 3E | E | 1B | 13A | 2D | 32 |
| Octal | 271 | 106 | 237 | 0 | 76 | 16 | 33 | 472 | 55 | 62 |
| Binary | 10111001 | 1000110 | 10011111 | 0 | 111110 | 1110 | 11011 | 100111010 | 101101 | 110010 |
Color Harmonies of #B9469F
Complementary color
Monochromatic Colors of #B9469F
Black with #B9469F
Text Example
Text Example
White with #B9469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9469F; }
p { color: rgb(185,70,159); }
H1.HeaderClassName
{
color: #B9469F;
}
.AnyTagClassName
{
color: #B9469F;
}
</style>
background-color css
<style>
a { background-color: #B9469F; }
a { background-color: rgb(185,70,159); }
div.DivClassName
{
background-color: #B9469F;
}
.BgClassName
{
background-color: #B9469F;
}
</style>
border-color css
<style>
span { border-color: #B9469F; }
span { border-color: rgb(185,70,159); }
td.TdClassName
{
border-color: #B9469F;
}
.TagClassName
{
border-color: #B9469F;
}
</style>