Shades of Mulberry #B7449A
Tints of Mulberry #B7449A
RGB
CMYK
RGB Variations
Color information
#B7449A (or 0xB7449A) is known color: Mulberry. HEX triplet: B7, 44 and 9A. RGB value is (183,68,154). Sum of RGB (Red+Green+Blue) = 183+68+154=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7449A is #48BB65. Grayscale: #6F6F6F. Windows color (decimal): -4766566 or 10110135. OLE color: 10110135.
HSL color Cylindrical-coordinate representation of color #B7449A: hue angle of 315.13º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7449A is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 154 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.28 |
| HSL | 315.13º | 0.46% | 0.49% | - |
| HSV(B) | 315.13º | 0.63% | 0.72% | - |
| XYZ | 27.43 | 16.53 | 32.32 | - |
| YUV | 112.19 | 151.6 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 154 | 0 | 0.63 | 0.16 | 0.28 | 315.13 | 0.46 | 0.49 |
| Hex | B7 | 44 | 9A | 0 | 3F | 10 | 1C | 13B | 2E | 31 |
| Octal | 267 | 104 | 232 | 0 | 77 | 20 | 34 | 473 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10011010 | 0 | 111111 | 10000 | 11100 | 100111011 | 101110 | 110001 |
Color Harmonies of #B7449A
Complementary color
Monochromatic Colors of #B7449A
Black with #B7449A
Text Example
Text Example
White with #B7449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7449A; }
p { color: rgb(183,68,154); }
H1.HeaderClassName
{
color: #B7449A;
}
.AnyTagClassName
{
color: #B7449A;
}
</style>
background-color css
<style>
a { background-color: #B7449A; }
a { background-color: rgb(183,68,154); }
div.DivClassName
{
background-color: #B7449A;
}
.BgClassName
{
background-color: #B7449A;
}
</style>
border-color css
<style>
span { border-color: #B7449A; }
span { border-color: rgb(183,68,154); }
td.TdClassName
{
border-color: #B7449A;
}
.TagClassName
{
border-color: #B7449A;
}
</style>