Shades of Mulberry #B65A93
Tints of Mulberry #B65A93
RGB
CMYK
RGB Variations
Color information
#B65A93 (or 0xB65A93) is known color: Mulberry. HEX triplet: B6, 5A and 93. RGB value is (182,90,147). Sum of RGB (Red+Green+Blue) = 182+90+147=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65A93 is #49A56C. Grayscale: #7B7B7B. Windows color (decimal): -4826477 or 9657014. OLE color: 9657014.
HSL color Cylindrical-coordinate representation of color #B65A93: hue angle of 322.83º 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 #B65A93 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 90 | 147 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.29 |
| HSL | 322.83º | 0.39% | 0.53% | - |
| HSV(B) | 322.83º | 0.51% | 0.71% | - |
| XYZ | 28.21 | 19.36 | 29.85 | - |
| YUV | 124.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 147 | 0 | 0.51 | 0.19 | 0.29 | 322.83 | 0.39 | 0.53 |
| Hex | B6 | 5A | 93 | 0 | 33 | 13 | 1D | 143 | 27 | 35 |
| Octal | 266 | 132 | 223 | 0 | 63 | 23 | 35 | 503 | 47 | 65 |
| Binary | 10110110 | 1011010 | 10010011 | 0 | 110011 | 10011 | 11101 | 101000011 | 100111 | 110101 |
Color Harmonies of #B65A93
Complementary color
Monochromatic Colors of #B65A93
Black with #B65A93
Text Example
Text Example
White with #B65A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65A93; }
p { color: rgb(182,90,147); }
H1.HeaderClassName
{
color: #B65A93;
}
.AnyTagClassName
{
color: #B65A93;
}
</style>
background-color css
<style>
a { background-color: #B65A93; }
a { background-color: rgb(182,90,147); }
div.DivClassName
{
background-color: #B65A93;
}
.BgClassName
{
background-color: #B65A93;
}
</style>
border-color css
<style>
span { border-color: #B65A93; }
span { border-color: rgb(182,90,147); }
td.TdClassName
{
border-color: #B65A93;
}
.TagClassName
{
border-color: #B65A93;
}
</style>