Shades of Mulberry #B7459A
Tints of Mulberry #B7459A
RGB
CMYK
RGB Variations
Color information
#B7459A (or 0xB7459A) is known color: Mulberry. HEX triplet: B7, 45 and 9A. RGB value is (183,69,154). Sum of RGB (Red+Green+Blue) = 183+69+154=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7459A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7459A is #48BA65. Grayscale: #707070. Windows color (decimal): -4766310 or 10110391. OLE color: 10110391.
HSL color Cylindrical-coordinate representation of color #B7459A: hue angle of 315.26º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7459A is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 154 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.28 |
| HSL | 315.26º | 0.45% | 0.49% | - |
| HSV(B) | 315.26º | 0.62% | 0.72% | - |
| XYZ | 27.49 | 16.66 | 32.34 | - |
| YUV | 112.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 154 | 0 | 0.62 | 0.16 | 0.28 | 315.26 | 0.45 | 0.49 |
| Hex | B7 | 45 | 9A | 0 | 3E | 10 | 1C | 13B | 2D | 31 |
| Octal | 267 | 105 | 232 | 0 | 76 | 20 | 34 | 473 | 55 | 61 |
| Binary | 10110111 | 1000101 | 10011010 | 0 | 111110 | 10000 | 11100 | 100111011 | 101101 | 110001 |
Color Harmonies of #B7459A
Complementary color
Monochromatic Colors of #B7459A
Black with #B7459A
Text Example
Text Example
White with #B7459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7459A; }
p { color: rgb(183,69,154); }
H1.HeaderClassName
{
color: #B7459A;
}
.AnyTagClassName
{
color: #B7459A;
}
</style>
background-color css
<style>
a { background-color: #B7459A; }
a { background-color: rgb(183,69,154); }
div.DivClassName
{
background-color: #B7459A;
}
.BgClassName
{
background-color: #B7459A;
}
</style>
border-color css
<style>
span { border-color: #B7459A; }
span { border-color: rgb(183,69,154); }
td.TdClassName
{
border-color: #B7459A;
}
.TagClassName
{
border-color: #B7459A;
}
</style>