Shades of Mulberry #B24E8A
Tints of Mulberry #B24E8A
RGB
CMYK
RGB Variations
Color information
#B24E8A (or 0xB24E8A) is known color: Mulberry. HEX triplet: B2, 4E and 8A. RGB value is (178,78,138). Sum of RGB (Red+Green+Blue) = 178+78+138=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24E8A is #4DB175. Grayscale: #727272. Windows color (decimal): -5091702 or 9064114. OLE color: 9064114.
HSL color Cylindrical-coordinate representation of color #B24E8A: hue angle of 324º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24E8A is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 78 | 138 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.30 |
| HSL | 324º | 0.39% | 0.5% | - |
| HSV(B) | 324º | 0.56% | 0.7% | - |
| XYZ | 25.67 | 16.75 | 25.92 | - |
| YUV | 114.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 138 | 0 | 0.56 | 0.22 | 0.30 | 324 | 0.39 | 0.5 |
| Hex | B2 | 4E | 8A | 0 | 38 | 16 | 1E | 144 | 27 | 32 |
| Octal | 262 | 116 | 212 | 0 | 70 | 26 | 36 | 504 | 47 | 62 |
| Binary | 10110010 | 1001110 | 10001010 | 0 | 111000 | 10110 | 11110 | 101000100 | 100111 | 110010 |
Color Harmonies of #B24E8A
Complementary color
Monochromatic Colors of #B24E8A
Black with #B24E8A
Text Example
Text Example
White with #B24E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24E8A; }
p { color: rgb(178,78,138); }
H1.HeaderClassName
{
color: #B24E8A;
}
.AnyTagClassName
{
color: #B24E8A;
}
</style>
background-color css
<style>
a { background-color: #B24E8A; }
a { background-color: rgb(178,78,138); }
div.DivClassName
{
background-color: #B24E8A;
}
.BgClassName
{
background-color: #B24E8A;
}
</style>
border-color css
<style>
span { border-color: #B24E8A; }
span { border-color: rgb(178,78,138); }
td.TdClassName
{
border-color: #B24E8A;
}
.TagClassName
{
border-color: #B24E8A;
}
</style>