Shades of Mulberry #B7429C
Tints of Mulberry #B7429C
RGB
CMYK
RGB Variations
Color information
#B7429C (or 0xB7429C) is known color: Mulberry. HEX triplet: B7, 42 and 9C. RGB value is (183,66,156). Sum of RGB (Red+Green+Blue) = 183+66+156=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7429C is #48BD63. Grayscale: #6F6F6F. Windows color (decimal): -4767076 or 10240695. OLE color: 10240695.
HSL color Cylindrical-coordinate representation of color #B7429C: hue angle of 313.85º 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 #B7429C is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 156 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.28 |
| HSL | 313.85º | 0.47% | 0.49% | - |
| HSV(B) | 313.85º | 0.64% | 0.72% | - |
| XYZ | 27.48 | 16.36 | 33.16 | - |
| YUV | 111.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 156 | 0 | 0.64 | 0.15 | 0.28 | 313.85 | 0.47 | 0.49 |
| Hex | B7 | 42 | 9C | 0 | 40 | F | 1C | 13A | 2F | 31 |
| Octal | 267 | 102 | 234 | 0 | 100 | 17 | 34 | 472 | 57 | 61 |
| Binary | 10110111 | 1000010 | 10011100 | 0 | 1000000 | 1111 | 11100 | 100111010 | 101111 | 110001 |
Color Harmonies of #B7429C
Complementary color
Monochromatic Colors of #B7429C
Black with #B7429C
Text Example
Text Example
White with #B7429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7429C; }
p { color: rgb(183,66,156); }
H1.HeaderClassName
{
color: #B7429C;
}
.AnyTagClassName
{
color: #B7429C;
}
</style>
background-color css
<style>
a { background-color: #B7429C; }
a { background-color: rgb(183,66,156); }
div.DivClassName
{
background-color: #B7429C;
}
.BgClassName
{
background-color: #B7429C;
}
</style>
border-color css
<style>
span { border-color: #B7429C; }
span { border-color: rgb(183,66,156); }
td.TdClassName
{
border-color: #B7429C;
}
.TagClassName
{
border-color: #B7429C;
}
</style>