Shades of Mulberry #B74B9A
Tints of Mulberry #B74B9A
RGB
CMYK
RGB Variations
Color information
#B74B9A (or 0xB74B9A) is known color: Mulberry. HEX triplet: B7, 4B and 9A. RGB value is (183,75,154). Sum of RGB (Red+Green+Blue) = 183+75+154=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74B9A is #48B465. Grayscale: #747474. Windows color (decimal): -4764774 or 10111927. OLE color: 10111927.
HSL color Cylindrical-coordinate representation of color #B74B9A: hue angle of 316.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74B9A is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 154 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.28 |
| HSL | 316.11º | 0.43% | 0.51% | - |
| HSV(B) | 316.11º | 0.59% | 0.72% | - |
| XYZ | 27.88 | 17.43 | 32.47 | - |
| YUV | 116.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 154 | 0 | 0.59 | 0.16 | 0.28 | 316.11 | 0.43 | 0.51 |
| Hex | B7 | 4B | 9A | 0 | 3B | 10 | 1C | 13C | 2B | 33 |
| Octal | 267 | 113 | 232 | 0 | 73 | 20 | 34 | 474 | 53 | 63 |
| Binary | 10110111 | 1001011 | 10011010 | 0 | 111011 | 10000 | 11100 | 100111100 | 101011 | 110011 |
Color Harmonies of #B74B9A
Complementary color
Monochromatic Colors of #B74B9A
Black with #B74B9A
Text Example
Text Example
White with #B74B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74B9A; }
p { color: rgb(183,75,154); }
H1.HeaderClassName
{
color: #B74B9A;
}
.AnyTagClassName
{
color: #B74B9A;
}
</style>
background-color css
<style>
a { background-color: #B74B9A; }
a { background-color: rgb(183,75,154); }
div.DivClassName
{
background-color: #B74B9A;
}
.BgClassName
{
background-color: #B74B9A;
}
</style>
border-color css
<style>
span { border-color: #B74B9A; }
span { border-color: rgb(183,75,154); }
td.TdClassName
{
border-color: #B74B9A;
}
.TagClassName
{
border-color: #B74B9A;
}
</style>