Shades of Mulberry #B7429B
Tints of Mulberry #B7429B
RGB
CMYK
RGB Variations
Color information
#B7429B (or 0xB7429B) is known color: Mulberry. HEX triplet: B7, 42 and 9B. RGB value is (183,66,155). Sum of RGB (Red+Green+Blue) = 183+66+155=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7429B is #48BD64. Grayscale: #6E6E6E. Windows color (decimal): -4767077 or 10175159. OLE color: 10175159.
HSL color Cylindrical-coordinate representation of color #B7429B: hue angle of 314.36º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7429B is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 155 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.28 |
| HSL | 314.36º | 0.47% | 0.49% | - |
| HSV(B) | 314.36º | 0.64% | 0.72% | - |
| XYZ | 27.39 | 16.33 | 32.72 | - |
| YUV | 111.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 155 | 0 | 0.64 | 0.15 | 0.28 | 314.36 | 0.47 | 0.49 |
| Hex | B7 | 42 | 9B | 0 | 40 | F | 1C | 13A | 2F | 31 |
| Octal | 267 | 102 | 233 | 0 | 100 | 17 | 34 | 472 | 57 | 61 |
| Binary | 10110111 | 1000010 | 10011011 | 0 | 1000000 | 1111 | 11100 | 100111010 | 101111 | 110001 |
Color Harmonies of #B7429B
Complementary color
Monochromatic Colors of #B7429B
Black with #B7429B
Text Example
Text Example
White with #B7429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7429B; }
p { color: rgb(183,66,155); }
H1.HeaderClassName
{
color: #B7429B;
}
.AnyTagClassName
{
color: #B7429B;
}
</style>
background-color css
<style>
a { background-color: #B7429B; }
a { background-color: rgb(183,66,155); }
div.DivClassName
{
background-color: #B7429B;
}
.BgClassName
{
background-color: #B7429B;
}
</style>
border-color css
<style>
span { border-color: #B7429B; }
span { border-color: rgb(183,66,155); }
td.TdClassName
{
border-color: #B7429B;
}
.TagClassName
{
border-color: #B7429B;
}
</style>