Shades of Mulberry #B65293
Tints of Mulberry #B65293
RGB
CMYK
RGB Variations
Color information
#B65293 (or 0xB65293) is known color: Mulberry. HEX triplet: B6, 52 and 93. RGB value is (182,82,147). Sum of RGB (Red+Green+Blue) = 182+82+147=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B65293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65293 is #49AD6C. Grayscale: #777777. Windows color (decimal): -4828525 or 9654966. OLE color: 9654966.
HSL color Cylindrical-coordinate representation of color #B65293: hue angle of 321º 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 #B65293 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 82 | 147 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.29 |
| HSL | 321º | 0.41% | 0.52% | - |
| HSV(B) | 321º | 0.55% | 0.71% | - |
| XYZ | 27.58 | 18.09 | 29.64 | - |
| YUV | 119.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 147 | 0 | 0.55 | 0.19 | 0.29 | 321 | 0.41 | 0.52 |
| Hex | B6 | 52 | 93 | 0 | 37 | 13 | 1D | 141 | 29 | 34 |
| Octal | 266 | 122 | 223 | 0 | 67 | 23 | 35 | 501 | 51 | 64 |
| Binary | 10110110 | 1010010 | 10010011 | 0 | 110111 | 10011 | 11101 | 101000001 | 101001 | 110100 |
Color Harmonies of #B65293
Complementary color
Monochromatic Colors of #B65293
Black with #B65293
Text Example
Text Example
White with #B65293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65293; }
p { color: rgb(182,82,147); }
H1.HeaderClassName
{
color: #B65293;
}
.AnyTagClassName
{
color: #B65293;
}
</style>
background-color css
<style>
a { background-color: #B65293; }
a { background-color: rgb(182,82,147); }
div.DivClassName
{
background-color: #B65293;
}
.BgClassName
{
background-color: #B65293;
}
</style>
border-color css
<style>
span { border-color: #B65293; }
span { border-color: rgb(182,82,147); }
td.TdClassName
{
border-color: #B65293;
}
.TagClassName
{
border-color: #B65293;
}
</style>