Shades of Mulberry #B74495
Tints of Mulberry #B74495
RGB
CMYK
RGB Variations
Color information
#B74495 (or 0xB74495) is known color: Mulberry. HEX triplet: B7, 44 and 95. RGB value is (183,68,149). Sum of RGB (Red+Green+Blue) = 183+68+149=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B74495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74495 is #48BB6A. Grayscale: #6F6F6F. Windows color (decimal): -4766571 or 9782455. OLE color: 9782455.
HSL color Cylindrical-coordinate representation of color #B74495: hue angle of 317.74º 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 #B74495 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 149 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.28 |
| HSL | 317.74º | 0.46% | 0.49% | - |
| HSV(B) | 317.74º | 0.63% | 0.72% | - |
| XYZ | 27.02 | 16.37 | 30.17 | - |
| YUV | 111.62 | 149.1 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 149 | 0 | 0.63 | 0.19 | 0.28 | 317.74 | 0.46 | 0.49 |
| Hex | B7 | 44 | 95 | 0 | 3F | 13 | 1C | 13E | 2E | 31 |
| Octal | 267 | 104 | 225 | 0 | 77 | 23 | 34 | 476 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10010101 | 0 | 111111 | 10011 | 11100 | 100111110 | 101110 | 110001 |
Color Harmonies of #B74495
Complementary color
Monochromatic Colors of #B74495
Black with #B74495
Text Example
Text Example
White with #B74495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74495; }
p { color: rgb(183,68,149); }
H1.HeaderClassName
{
color: #B74495;
}
.AnyTagClassName
{
color: #B74495;
}
</style>
background-color css
<style>
a { background-color: #B74495; }
a { background-color: rgb(183,68,149); }
div.DivClassName
{
background-color: #B74495;
}
.BgClassName
{
background-color: #B74495;
}
</style>
border-color css
<style>
span { border-color: #B74495; }
span { border-color: rgb(183,68,149); }
td.TdClassName
{
border-color: #B74495;
}
.TagClassName
{
border-color: #B74495;
}
</style>