Shades of Mulberry #B25192
Tints of Mulberry #B25192
RGB
CMYK
RGB Variations
Color information
#B25192 (or 0xB25192) is known color: Mulberry. HEX triplet: B2, 51 and 92. RGB value is (178,81,146). Sum of RGB (Red+Green+Blue) = 178+81+146=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B25192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25192 is #4DAE6D. Grayscale: #757575. Windows color (decimal): -5090926 or 9589170. OLE color: 9589170.
HSL color Cylindrical-coordinate representation of color #B25192: hue angle of 319.79º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25192 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 81 | 146 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.30 |
| HSL | 319.79º | 0.39% | 0.51% | - |
| HSV(B) | 319.79º | 0.54% | 0.7% | - |
| XYZ | 26.49 | 17.43 | 29.16 | - |
| YUV | 117.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 146 | 0 | 0.54 | 0.18 | 0.30 | 319.79 | 0.39 | 0.51 |
| Hex | B2 | 51 | 92 | 0 | 36 | 12 | 1E | 140 | 27 | 33 |
| Octal | 262 | 121 | 222 | 0 | 66 | 22 | 36 | 500 | 47 | 63 |
| Binary | 10110010 | 1010001 | 10010010 | 0 | 110110 | 10010 | 11110 | 101000000 | 100111 | 110011 |
Color Harmonies of #B25192
Complementary color
Monochromatic Colors of #B25192
Black with #B25192
Text Example
Text Example
White with #B25192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25192; }
p { color: rgb(178,81,146); }
H1.HeaderClassName
{
color: #B25192;
}
.AnyTagClassName
{
color: #B25192;
}
</style>
background-color css
<style>
a { background-color: #B25192; }
a { background-color: rgb(178,81,146); }
div.DivClassName
{
background-color: #B25192;
}
.BgClassName
{
background-color: #B25192;
}
</style>
border-color css
<style>
span { border-color: #B25192; }
span { border-color: rgb(178,81,146); }
td.TdClassName
{
border-color: #B25192;
}
.TagClassName
{
border-color: #B25192;
}
</style>