Shades of Mulberry #B748A1
Tints of Mulberry #B748A1
RGB
CMYK
RGB Variations
Color information
#B748A1 (or 0xB748A1) is known color: Mulberry. HEX triplet: B7, 48 and A1. RGB value is (183,72,161). Sum of RGB (Red+Green+Blue) = 183+72+161=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B748A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B748A1 is #48B75E. Grayscale: #737373. Windows color (decimal): -4765535 or 10569911. OLE color: 10569911.
HSL color Cylindrical-coordinate representation of color #B748A1: hue angle of 311.89º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B748A1 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 161 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.28 |
| HSL | 311.89º | 0.44% | 0.5% | - |
| HSV(B) | 311.89º | 0.61% | 0.72% | - |
| XYZ | 28.28 | 17.28 | 35.56 | - |
| YUV | 115.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 161 | 0 | 0.61 | 0.12 | 0.28 | 311.89 | 0.44 | 0.5 |
| Hex | B7 | 48 | A1 | 0 | 3D | C | 1C | 138 | 2C | 32 |
| Octal | 267 | 110 | 241 | 0 | 75 | 14 | 34 | 470 | 54 | 62 |
| Binary | 10110111 | 1001000 | 10100001 | 0 | 111101 | 1100 | 11100 | 100111000 | 101100 | 110010 |
Color Harmonies of #B748A1
Complementary color
Monochromatic Colors of #B748A1
Black with #B748A1
Text Example
Text Example
White with #B748A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B748A1; }
p { color: rgb(183,72,161); }
H1.HeaderClassName
{
color: #B748A1;
}
.AnyTagClassName
{
color: #B748A1;
}
</style>
background-color css
<style>
a { background-color: #B748A1; }
a { background-color: rgb(183,72,161); }
div.DivClassName
{
background-color: #B748A1;
}
.BgClassName
{
background-color: #B748A1;
}
</style>
border-color css
<style>
span { border-color: #B748A1; }
span { border-color: rgb(183,72,161); }
td.TdClassName
{
border-color: #B748A1;
}
.TagClassName
{
border-color: #B748A1;
}
</style>