Shades of Mulberry #B54397
Tints of Mulberry #B54397
RGB
CMYK
RGB Variations
Color information
#B54397 (or 0xB54397) is known color: Mulberry. HEX triplet: B5, 43 and 97. RGB value is (181,67,151). Sum of RGB (Red+Green+Blue) = 181+67+151=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B54397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54397 is #4ABC68. Grayscale: #6E6E6E. Windows color (decimal): -4897897 or 9913269. OLE color: 9913269.
HSL color Cylindrical-coordinate representation of color #B54397: hue angle of 315.79º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54397 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 151 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.29 |
| HSL | 315.79º | 0.46% | 0.49% | - |
| HSV(B) | 315.79º | 0.63% | 0.71% | - |
| XYZ | 26.65 | 16.07 | 30.98 | - |
| YUV | 110.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 151 | 0 | 0.63 | 0.17 | 0.29 | 315.79 | 0.46 | 0.49 |
| Hex | B5 | 43 | 97 | 0 | 3F | 11 | 1D | 13C | 2E | 31 |
| Octal | 265 | 103 | 227 | 0 | 77 | 21 | 35 | 474 | 56 | 61 |
| Binary | 10110101 | 1000011 | 10010111 | 0 | 111111 | 10001 | 11101 | 100111100 | 101110 | 110001 |
Color Harmonies of #B54397
Complementary color
Monochromatic Colors of #B54397
Black with #B54397
Text Example
Text Example
White with #B54397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54397; }
p { color: rgb(181,67,151); }
H1.HeaderClassName
{
color: #B54397;
}
.AnyTagClassName
{
color: #B54397;
}
</style>
background-color css
<style>
a { background-color: #B54397; }
a { background-color: rgb(181,67,151); }
div.DivClassName
{
background-color: #B54397;
}
.BgClassName
{
background-color: #B54397;
}
</style>
border-color css
<style>
span { border-color: #B54397; }
span { border-color: rgb(181,67,151); }
td.TdClassName
{
border-color: #B54397;
}
.TagClassName
{
border-color: #B54397;
}
</style>