Shades of Mulberry #B6449F
Tints of Mulberry #B6449F
RGB
CMYK
RGB Variations
Color information
#B6449F (or 0xB6449F) is known color: Mulberry. HEX triplet: B6, 44 and 9F. RGB value is (182,68,159). Sum of RGB (Red+Green+Blue) = 182+68+159=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6449F is #49BB60. Grayscale: #707070. Windows color (decimal): -4832097 or 10437814. OLE color: 10437814.
HSL color Cylindrical-coordinate representation of color #B6449F: hue angle of 312.11º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6449F is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 159 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.29 |
| HSL | 312.11º | 0.46% | 0.49% | - |
| HSV(B) | 312.11º | 0.63% | 0.71% | - |
| XYZ | 27.62 | 16.58 | 34.55 | - |
| YUV | 112.46 | 154.27 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 159 | 0 | 0.63 | 0.13 | 0.29 | 312.11 | 0.46 | 0.49 |
| Hex | B6 | 44 | 9F | 0 | 3F | D | 1D | 138 | 2E | 31 |
| Octal | 266 | 104 | 237 | 0 | 77 | 15 | 35 | 470 | 56 | 61 |
| Binary | 10110110 | 1000100 | 10011111 | 0 | 111111 | 1101 | 11101 | 100111000 | 101110 | 110001 |
Color Harmonies of #B6449F
Complementary color
Monochromatic Colors of #B6449F
Black with #B6449F
Text Example
Text Example
White with #B6449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6449F; }
p { color: rgb(182,68,159); }
H1.HeaderClassName
{
color: #B6449F;
}
.AnyTagClassName
{
color: #B6449F;
}
</style>
background-color css
<style>
a { background-color: #B6449F; }
a { background-color: rgb(182,68,159); }
div.DivClassName
{
background-color: #B6449F;
}
.BgClassName
{
background-color: #B6449F;
}
</style>
border-color css
<style>
span { border-color: #B6449F; }
span { border-color: rgb(182,68,159); }
td.TdClassName
{
border-color: #B6449F;
}
.TagClassName
{
border-color: #B6449F;
}
</style>