Shades of Mulberry #B942A0
Tints of Mulberry #B942A0
RGB
CMYK
RGB Variations
Color information
#B942A0 (or 0xB942A0) is known color: Mulberry. HEX triplet: B9, 42 and A0. RGB value is (185,66,160). Sum of RGB (Red+Green+Blue) = 185+66+160=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B942A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B942A0 is #46BD5F. Grayscale: #707070. Windows color (decimal): -4636000 or 10502841. OLE color: 10502841.
HSL color Cylindrical-coordinate representation of color #B942A0: hue angle of 312.61º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B942A0 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 160 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.27 |
| HSL | 312.61º | 0.47% | 0.49% | - |
| HSV(B) | 312.61º | 0.64% | 0.73% | - |
| XYZ | 28.3 | 16.75 | 35 | - |
| YUV | 112.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 160 | 0 | 0.64 | 0.14 | 0.27 | 312.61 | 0.47 | 0.49 |
| Hex | B9 | 42 | A0 | 0 | 40 | E | 1B | 139 | 2F | 31 |
| Octal | 271 | 102 | 240 | 0 | 100 | 16 | 33 | 471 | 57 | 61 |
| Binary | 10111001 | 1000010 | 10100000 | 0 | 1000000 | 1110 | 11011 | 100111001 | 101111 | 110001 |
Color Harmonies of #B942A0
Complementary color
Monochromatic Colors of #B942A0
Black with #B942A0
Text Example
Text Example
White with #B942A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942A0; }
p { color: rgb(185,66,160); }
H1.HeaderClassName
{
color: #B942A0;
}
.AnyTagClassName
{
color: #B942A0;
}
</style>
background-color css
<style>
a { background-color: #B942A0; }
a { background-color: rgb(185,66,160); }
div.DivClassName
{
background-color: #B942A0;
}
.BgClassName
{
background-color: #B942A0;
}
</style>
border-color css
<style>
span { border-color: #B942A0; }
span { border-color: rgb(185,66,160); }
td.TdClassName
{
border-color: #B942A0;
}
.TagClassName
{
border-color: #B942A0;
}
</style>