Shades of Mulberry #B64F9A
Tints of Mulberry #B64F9A
RGB
CMYK
RGB Variations
Color information
#B64F9A (or 0xB64F9A) is known color: Mulberry. HEX triplet: B6, 4F and 9A. RGB value is (182,79,154). Sum of RGB (Red+Green+Blue) = 182+79+154=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64F9A is #49B065. Grayscale: #767676. Windows color (decimal): -4829286 or 10112950. OLE color: 10112950.
HSL color Cylindrical-coordinate representation of color #B64F9A: hue angle of 316.31º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64F9A is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 79 | 154 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.29 |
| HSL | 316.31º | 0.41% | 0.51% | - |
| HSV(B) | 316.31º | 0.57% | 0.71% | - |
| XYZ | 27.92 | 17.87 | 32.55 | - |
| YUV | 118.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 154 | 0 | 0.57 | 0.15 | 0.29 | 316.31 | 0.41 | 0.51 |
| Hex | B6 | 4F | 9A | 0 | 39 | F | 1D | 13C | 29 | 33 |
| Octal | 266 | 117 | 232 | 0 | 71 | 17 | 35 | 474 | 51 | 63 |
| Binary | 10110110 | 1001111 | 10011010 | 0 | 111001 | 1111 | 11101 | 100111100 | 101001 | 110011 |
Color Harmonies of #B64F9A
Complementary color
Monochromatic Colors of #B64F9A
Black with #B64F9A
Text Example
Text Example
White with #B64F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64F9A; }
p { color: rgb(182,79,154); }
H1.HeaderClassName
{
color: #B64F9A;
}
.AnyTagClassName
{
color: #B64F9A;
}
</style>
background-color css
<style>
a { background-color: #B64F9A; }
a { background-color: rgb(182,79,154); }
div.DivClassName
{
background-color: #B64F9A;
}
.BgClassName
{
background-color: #B64F9A;
}
</style>
border-color css
<style>
span { border-color: #B64F9A; }
span { border-color: rgb(182,79,154); }
td.TdClassName
{
border-color: #B64F9A;
}
.TagClassName
{
border-color: #B64F9A;
}
</style>