Shades of Mulberry #B45393
Tints of Mulberry #B45393
RGB
CMYK
RGB Variations
Color information
#B45393 (or 0xB45393) is known color: Mulberry. HEX triplet: B4, 53 and 93. RGB value is (180,83,147). Sum of RGB (Red+Green+Blue) = 180+83+147=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B45393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45393 is #4BAC6C. Grayscale: #777777. Windows color (decimal): -4959341 or 9655220. OLE color: 9655220.
HSL color Cylindrical-coordinate representation of color #B45393: hue angle of 320.41º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45393 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 147 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.29 |
| HSL | 320.41º | 0.39% | 0.52% | - |
| HSV(B) | 320.41º | 0.54% | 0.71% | - |
| XYZ | 27.18 | 18 | 29.64 | - |
| YUV | 119.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 147 | 0 | 0.54 | 0.18 | 0.29 | 320.41 | 0.39 | 0.52 |
| Hex | B4 | 53 | 93 | 0 | 36 | 12 | 1D | 140 | 27 | 34 |
| Octal | 264 | 123 | 223 | 0 | 66 | 22 | 35 | 500 | 47 | 64 |
| Binary | 10110100 | 1010011 | 10010011 | 0 | 110110 | 10010 | 11101 | 101000000 | 100111 | 110100 |
Color Harmonies of #B45393
Complementary color
Monochromatic Colors of #B45393
Black with #B45393
Text Example
Text Example
White with #B45393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45393; }
p { color: rgb(180,83,147); }
H1.HeaderClassName
{
color: #B45393;
}
.AnyTagClassName
{
color: #B45393;
}
</style>
background-color css
<style>
a { background-color: #B45393; }
a { background-color: rgb(180,83,147); }
div.DivClassName
{
background-color: #B45393;
}
.BgClassName
{
background-color: #B45393;
}
</style>
border-color css
<style>
span { border-color: #B45393; }
span { border-color: rgb(180,83,147); }
td.TdClassName
{
border-color: #B45393;
}
.TagClassName
{
border-color: #B45393;
}
</style>