Shades of Mulberry #B65192
Tints of Mulberry #B65192
RGB
CMYK
RGB Variations
Color information
#B65192 (or 0xB65192) is known color: Mulberry. HEX triplet: B6, 51 and 92. RGB value is (182,81,146). Sum of RGB (Red+Green+Blue) = 182+81+146=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B65192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65192 is #49AE6D. Grayscale: #767676. Windows color (decimal): -4828782 or 9589174. OLE color: 9589174.
HSL color Cylindrical-coordinate representation of color #B65192: hue angle of 321.39º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65192 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 146 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.29 |
| HSL | 321.39º | 0.41% | 0.52% | - |
| HSV(B) | 321.39º | 0.55% | 0.71% | - |
| XYZ | 27.42 | 17.91 | 29.2 | - |
| YUV | 118.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 146 | 0 | 0.55 | 0.20 | 0.29 | 321.39 | 0.41 | 0.52 |
| Hex | B6 | 51 | 92 | 0 | 37 | 14 | 1D | 141 | 29 | 34 |
| Octal | 266 | 121 | 222 | 0 | 67 | 24 | 35 | 501 | 51 | 64 |
| Binary | 10110110 | 1010001 | 10010010 | 0 | 110111 | 10100 | 11101 | 101000001 | 101001 | 110100 |
Color Harmonies of #B65192
Complementary color
Monochromatic Colors of #B65192
Black with #B65192
Text Example
Text Example
White with #B65192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65192; }
p { color: rgb(182,81,146); }
H1.HeaderClassName
{
color: #B65192;
}
.AnyTagClassName
{
color: #B65192;
}
</style>
background-color css
<style>
a { background-color: #B65192; }
a { background-color: rgb(182,81,146); }
div.DivClassName
{
background-color: #B65192;
}
.BgClassName
{
background-color: #B65192;
}
</style>
border-color css
<style>
span { border-color: #B65192; }
span { border-color: rgb(182,81,146); }
td.TdClassName
{
border-color: #B65192;
}
.TagClassName
{
border-color: #B65192;
}
</style>