Shades of Mulberry #B65395
Tints of Mulberry #B65395
RGB
CMYK
RGB Variations
Color information
#B65395 (or 0xB65395) is known color: Mulberry. HEX triplet: B6, 53 and 95. RGB value is (182,83,149). Sum of RGB (Red+Green+Blue) = 182+83+149=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B65395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65395 is #49AC6A. Grayscale: #777777. Windows color (decimal): -4828267 or 9786294. OLE color: 9786294.
HSL color Cylindrical-coordinate representation of color #B65395: hue angle of 320º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65395 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 149 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.29 |
| HSL | 320º | 0.4% | 0.52% | - |
| HSV(B) | 320º | 0.54% | 0.71% | - |
| XYZ | 27.81 | 18.3 | 30.5 | - |
| YUV | 120.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 149 | 0 | 0.54 | 0.18 | 0.29 | 320 | 0.4 | 0.52 |
| Hex | B6 | 53 | 95 | 0 | 36 | 12 | 1D | 140 | 28 | 34 |
| Octal | 266 | 123 | 225 | 0 | 66 | 22 | 35 | 500 | 50 | 64 |
| Binary | 10110110 | 1010011 | 10010101 | 0 | 110110 | 10010 | 11101 | 101000000 | 101000 | 110100 |
Color Harmonies of #B65395
Complementary color
Monochromatic Colors of #B65395
Black with #B65395
Text Example
Text Example
White with #B65395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65395; }
p { color: rgb(182,83,149); }
H1.HeaderClassName
{
color: #B65395;
}
.AnyTagClassName
{
color: #B65395;
}
</style>
background-color css
<style>
a { background-color: #B65395; }
a { background-color: rgb(182,83,149); }
div.DivClassName
{
background-color: #B65395;
}
.BgClassName
{
background-color: #B65395;
}
</style>
border-color css
<style>
span { border-color: #B65395; }
span { border-color: rgb(182,83,149); }
td.TdClassName
{
border-color: #B65395;
}
.TagClassName
{
border-color: #B65395;
}
</style>