Shades of Mulberry #B65A8B
Tints of Mulberry #B65A8B
RGB
CMYK
RGB Variations
Color information
#B65A8B (or 0xB65A8B) is known color: Mulberry. HEX triplet: B6, 5A and 8B. RGB value is (182,90,139). Sum of RGB (Red+Green+Blue) = 182+90+139=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65A8B is #49A574. Grayscale: #7A7A7A. Windows color (decimal): -4826485 or 9132726. OLE color: 9132726.
HSL color Cylindrical-coordinate representation of color #B65A8B: hue angle of 328.04º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65A8B is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 90 | 139 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.29 |
| HSL | 328.04º | 0.39% | 0.53% | - |
| HSV(B) | 328.04º | 0.51% | 0.71% | - |
| XYZ | 27.61 | 19.12 | 26.66 | - |
| YUV | 123.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 139 | 0 | 0.51 | 0.24 | 0.29 | 328.04 | 0.39 | 0.53 |
| Hex | B6 | 5A | 8B | 0 | 33 | 18 | 1D | 148 | 27 | 35 |
| Octal | 266 | 132 | 213 | 0 | 63 | 30 | 35 | 510 | 47 | 65 |
| Binary | 10110110 | 1011010 | 10001011 | 0 | 110011 | 11000 | 11101 | 101001000 | 100111 | 110101 |
Color Harmonies of #B65A8B
Complementary color
Monochromatic Colors of #B65A8B
Black with #B65A8B
Text Example
Text Example
White with #B65A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65A8B; }
p { color: rgb(182,90,139); }
H1.HeaderClassName
{
color: #B65A8B;
}
.AnyTagClassName
{
color: #B65A8B;
}
</style>
background-color css
<style>
a { background-color: #B65A8B; }
a { background-color: rgb(182,90,139); }
div.DivClassName
{
background-color: #B65A8B;
}
.BgClassName
{
background-color: #B65A8B;
}
</style>
border-color css
<style>
span { border-color: #B65A8B; }
span { border-color: rgb(182,90,139); }
td.TdClassName
{
border-color: #B65A8B;
}
.TagClassName
{
border-color: #B65A8B;
}
</style>