Shades of Mulberry #B7449B
Tints of Mulberry #B7449B
RGB
CMYK
RGB Variations
Color information
#B7449B (or 0xB7449B) is known color: Mulberry. HEX triplet: B7, 44 and 9B. RGB value is (183,68,155). Sum of RGB (Red+Green+Blue) = 183+68+155=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7449B is #48BB64. Grayscale: #707070. Windows color (decimal): -4766565 or 10175671. OLE color: 10175671.
HSL color Cylindrical-coordinate representation of color #B7449B: hue angle of 314.61º 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 #B7449B is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 155 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.28 |
| HSL | 314.61º | 0.46% | 0.49% | - |
| HSV(B) | 314.61º | 0.63% | 0.72% | - |
| XYZ | 27.51 | 16.57 | 32.76 | - |
| YUV | 112.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 155 | 0 | 0.63 | 0.15 | 0.28 | 314.61 | 0.46 | 0.49 |
| Hex | B7 | 44 | 9B | 0 | 3F | F | 1C | 13B | 2E | 31 |
| Octal | 267 | 104 | 233 | 0 | 77 | 17 | 34 | 473 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10011011 | 0 | 111111 | 1111 | 11100 | 100111011 | 101110 | 110001 |
Color Harmonies of #B7449B
Complementary color
Monochromatic Colors of #B7449B
Black with #B7449B
Text Example
Text Example
White with #B7449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7449B; }
p { color: rgb(183,68,155); }
H1.HeaderClassName
{
color: #B7449B;
}
.AnyTagClassName
{
color: #B7449B;
}
</style>
background-color css
<style>
a { background-color: #B7449B; }
a { background-color: rgb(183,68,155); }
div.DivClassName
{
background-color: #B7449B;
}
.BgClassName
{
background-color: #B7449B;
}
</style>
border-color css
<style>
span { border-color: #B7449B; }
span { border-color: rgb(183,68,155); }
td.TdClassName
{
border-color: #B7449B;
}
.TagClassName
{
border-color: #B7449B;
}
</style>