Shades of Mulberry #B24F9A
Tints of Mulberry #B24F9A
RGB
CMYK
RGB Variations
Color information
#B24F9A (or 0xB24F9A) is known color: Mulberry. HEX triplet: B2, 4F and 9A. RGB value is (178,79,154). Sum of RGB (Red+Green+Blue) = 178+79+154=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24F9A is #4DB065. Grayscale: #747474. Windows color (decimal): -5091430 or 10112946. OLE color: 10112946.
HSL color Cylindrical-coordinate representation of color #B24F9A: hue angle of 314.55º 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 #B24F9A is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 154 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.30 |
| HSL | 314.55º | 0.39% | 0.5% | - |
| HSV(B) | 314.55º | 0.56% | 0.7% | - |
| XYZ | 26.99 | 17.39 | 32.51 | - |
| YUV | 117.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 154 | 0 | 0.56 | 0.13 | 0.30 | 314.55 | 0.39 | 0.5 |
| Hex | B2 | 4F | 9A | 0 | 38 | D | 1E | 13B | 27 | 32 |
| Octal | 262 | 117 | 232 | 0 | 70 | 15 | 36 | 473 | 47 | 62 |
| Binary | 10110010 | 1001111 | 10011010 | 0 | 111000 | 1101 | 11110 | 100111011 | 100111 | 110010 |
Color Harmonies of #B24F9A
Complementary color
Monochromatic Colors of #B24F9A
Black with #B24F9A
Text Example
Text Example
White with #B24F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24F9A; }
p { color: rgb(178,79,154); }
H1.HeaderClassName
{
color: #B24F9A;
}
.AnyTagClassName
{
color: #B24F9A;
}
</style>
background-color css
<style>
a { background-color: #B24F9A; }
a { background-color: rgb(178,79,154); }
div.DivClassName
{
background-color: #B24F9A;
}
.BgClassName
{
background-color: #B24F9A;
}
</style>
border-color css
<style>
span { border-color: #B24F9A; }
span { border-color: rgb(178,79,154); }
td.TdClassName
{
border-color: #B24F9A;
}
.TagClassName
{
border-color: #B24F9A;
}
</style>