Shades of Mulberry #B65A8A
Tints of Mulberry #B65A8A
RGB
CMYK
RGB Variations
Color information
#B65A8A (or 0xB65A8A) is known color: Mulberry. HEX triplet: B6, 5A and 8A. RGB value is (182,90,138). Sum of RGB (Red+Green+Blue) = 182+90+138=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65A8A is #49A575. Grayscale: #7A7A7A. Windows color (decimal): -4826486 or 9067190. OLE color: 9067190.
HSL color Cylindrical-coordinate representation of color #B65A8A: hue angle of 328.7º 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 #B65A8A is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 90 | 138 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.29 |
| HSL | 328.7º | 0.39% | 0.53% | - |
| HSV(B) | 328.7º | 0.51% | 0.71% | - |
| XYZ | 27.54 | 19.09 | 26.28 | - |
| YUV | 122.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 138 | 0 | 0.51 | 0.24 | 0.29 | 328.7 | 0.39 | 0.53 |
| Hex | B6 | 5A | 8A | 0 | 33 | 18 | 1D | 149 | 27 | 35 |
| Octal | 266 | 132 | 212 | 0 | 63 | 30 | 35 | 511 | 47 | 65 |
| Binary | 10110110 | 1011010 | 10001010 | 0 | 110011 | 11000 | 11101 | 101001001 | 100111 | 110101 |
Color Harmonies of #B65A8A
Complementary color
Monochromatic Colors of #B65A8A
Black with #B65A8A
Text Example
Text Example
White with #B65A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65A8A; }
p { color: rgb(182,90,138); }
H1.HeaderClassName
{
color: #B65A8A;
}
.AnyTagClassName
{
color: #B65A8A;
}
</style>
background-color css
<style>
a { background-color: #B65A8A; }
a { background-color: rgb(182,90,138); }
div.DivClassName
{
background-color: #B65A8A;
}
.BgClassName
{
background-color: #B65A8A;
}
</style>
border-color css
<style>
span { border-color: #B65A8A; }
span { border-color: rgb(182,90,138); }
td.TdClassName
{
border-color: #B65A8A;
}
.TagClassName
{
border-color: #B65A8A;
}
</style>