Shades of Mulberry #B64690
Tints of Mulberry #B64690
RGB
CMYK
RGB Variations
Color information
#B64690 (or 0xB64690) is known color: Mulberry. HEX triplet: B6, 46 and 90. RGB value is (182,70,144). Sum of RGB (Red+Green+Blue) = 182+70+144=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B64690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64690 is #49B96F. Grayscale: #6F6F6F. Windows color (decimal): -4831600 or 9455286. OLE color: 9455286.
HSL color Cylindrical-coordinate representation of color #B64690: hue angle of 320.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64690 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 144 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.29 |
| HSL | 320.36º | 0.44% | 0.49% | - |
| HSV(B) | 320.36º | 0.62% | 0.71% | - |
| XYZ | 26.52 | 16.34 | 28.14 | - |
| YUV | 111.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 144 | 0 | 0.62 | 0.21 | 0.29 | 320.36 | 0.44 | 0.49 |
| Hex | B6 | 46 | 90 | 0 | 3E | 15 | 1D | 140 | 2C | 31 |
| Octal | 266 | 106 | 220 | 0 | 76 | 25 | 35 | 500 | 54 | 61 |
| Binary | 10110110 | 1000110 | 10010000 | 0 | 111110 | 10101 | 11101 | 101000000 | 101100 | 110001 |
Color Harmonies of #B64690
Complementary color
Monochromatic Colors of #B64690
Black with #B64690
Text Example
Text Example
White with #B64690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64690; }
p { color: rgb(182,70,144); }
H1.HeaderClassName
{
color: #B64690;
}
.AnyTagClassName
{
color: #B64690;
}
</style>
background-color css
<style>
a { background-color: #B64690; }
a { background-color: rgb(182,70,144); }
div.DivClassName
{
background-color: #B64690;
}
.BgClassName
{
background-color: #B64690;
}
</style>
border-color css
<style>
span { border-color: #B64690; }
span { border-color: rgb(182,70,144); }
td.TdClassName
{
border-color: #B64690;
}
.TagClassName
{
border-color: #B64690;
}
</style>