Shades of Mulberry #B65C8F
Tints of Mulberry #B65C8F
RGB
CMYK
RGB Variations
Color information
#B65C8F (or 0xB65C8F) is known color: Mulberry. HEX triplet: B6, 5C and 8F. RGB value is (182,92,143). Sum of RGB (Red+Green+Blue) = 182+92+143=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65C8F is #49A370. Grayscale: #7C7C7C. Windows color (decimal): -4825969 or 9395382. OLE color: 9395382.
HSL color Cylindrical-coordinate representation of color #B65C8F: hue angle of 326º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65C8F is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 92 | 143 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.29 |
| HSL | 326º | 0.38% | 0.54% | - |
| HSV(B) | 326º | 0.49% | 0.71% | - |
| XYZ | 28.08 | 19.58 | 28.29 | - |
| YUV | 124.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 143 | 0 | 0.49 | 0.21 | 0.29 | 326 | 0.38 | 0.54 |
| Hex | B6 | 5C | 8F | 0 | 31 | 15 | 1D | 146 | 26 | 36 |
| Octal | 266 | 134 | 217 | 0 | 61 | 25 | 35 | 506 | 46 | 66 |
| Binary | 10110110 | 1011100 | 10001111 | 0 | 110001 | 10101 | 11101 | 101000110 | 100110 | 110110 |
Color Harmonies of #B65C8F
Complementary color
Monochromatic Colors of #B65C8F
Black with #B65C8F
Text Example
Text Example
White with #B65C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65C8F; }
p { color: rgb(182,92,143); }
H1.HeaderClassName
{
color: #B65C8F;
}
.AnyTagClassName
{
color: #B65C8F;
}
</style>
background-color css
<style>
a { background-color: #B65C8F; }
a { background-color: rgb(182,92,143); }
div.DivClassName
{
background-color: #B65C8F;
}
.BgClassName
{
background-color: #B65C8F;
}
</style>
border-color css
<style>
span { border-color: #B65C8F; }
span { border-color: rgb(182,92,143); }
td.TdClassName
{
border-color: #B65C8F;
}
.TagClassName
{
border-color: #B65C8F;
}
</style>