Shades of Mulberry #B744A2
Tints of Mulberry #B744A2
RGB
CMYK
RGB Variations
Color information
#B744A2 (or 0xB744A2) is known color: Mulberry. HEX triplet: B7, 44 and A2. RGB value is (183,68,162). Sum of RGB (Red+Green+Blue) = 183+68+162=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B744A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B744A2 is #48BB5D. Grayscale: #707070. Windows color (decimal): -4766558 or 10634423. OLE color: 10634423.
HSL color Cylindrical-coordinate representation of color #B744A2: hue angle of 310.96º 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 #B744A2 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 162 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.28 |
| HSL | 310.96º | 0.46% | 0.49% | - |
| HSV(B) | 310.96º | 0.63% | 0.72% | - |
| XYZ | 28.12 | 16.81 | 35.95 | - |
| YUV | 113.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 162 | 0 | 0.63 | 0.11 | 0.28 | 310.96 | 0.46 | 0.49 |
| Hex | B7 | 44 | A2 | 0 | 3F | B | 1C | 137 | 2E | 31 |
| Octal | 267 | 104 | 242 | 0 | 77 | 13 | 34 | 467 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10100010 | 0 | 111111 | 1011 | 11100 | 100110111 | 101110 | 110001 |
Color Harmonies of #B744A2
Complementary color
Monochromatic Colors of #B744A2
Black with #B744A2
Text Example
Text Example
White with #B744A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744A2; }
p { color: rgb(183,68,162); }
H1.HeaderClassName
{
color: #B744A2;
}
.AnyTagClassName
{
color: #B744A2;
}
</style>
background-color css
<style>
a { background-color: #B744A2; }
a { background-color: rgb(183,68,162); }
div.DivClassName
{
background-color: #B744A2;
}
.BgClassName
{
background-color: #B744A2;
}
</style>
border-color css
<style>
span { border-color: #B744A2; }
span { border-color: rgb(183,68,162); }
td.TdClassName
{
border-color: #B744A2;
}
.TagClassName
{
border-color: #B744A2;
}
</style>