Shades of Mulberry #B942A4
Tints of Mulberry #B942A4
RGB
CMYK
RGB Variations
Color information
#B942A4 (or 0xB942A4) is known color: Mulberry. HEX triplet: B9, 42 and A4. RGB value is (185,66,164). Sum of RGB (Red+Green+Blue) = 185+66+164=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B942A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B942A4 is #46BD5B. Grayscale: #707070. Windows color (decimal): -4635996 or 10764985. OLE color: 10764985.
HSL color Cylindrical-coordinate representation of color #B942A4: hue angle of 310.59º 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 #B942A4 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 164 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.27 |
| HSL | 310.59º | 0.47% | 0.49% | - |
| HSV(B) | 310.59º | 0.64% | 0.73% | - |
| XYZ | 28.66 | 16.89 | 36.87 | - |
| YUV | 112.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 164 | 0 | 0.64 | 0.11 | 0.27 | 310.59 | 0.47 | 0.49 |
| Hex | B9 | 42 | A4 | 0 | 40 | B | 1B | 137 | 2F | 31 |
| Octal | 271 | 102 | 244 | 0 | 100 | 13 | 33 | 467 | 57 | 61 |
| Binary | 10111001 | 1000010 | 10100100 | 0 | 1000000 | 1011 | 11011 | 100110111 | 101111 | 110001 |
Color Harmonies of #B942A4
Complementary color
Monochromatic Colors of #B942A4
Black with #B942A4
Text Example
Text Example
White with #B942A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942A4; }
p { color: rgb(185,66,164); }
H1.HeaderClassName
{
color: #B942A4;
}
.AnyTagClassName
{
color: #B942A4;
}
</style>
background-color css
<style>
a { background-color: #B942A4; }
a { background-color: rgb(185,66,164); }
div.DivClassName
{
background-color: #B942A4;
}
.BgClassName
{
background-color: #B942A4;
}
</style>
border-color css
<style>
span { border-color: #B942A4; }
span { border-color: rgb(185,66,164); }
td.TdClassName
{
border-color: #B942A4;
}
.TagClassName
{
border-color: #B942A4;
}
</style>