Shades of Mulberry #B842A3
Tints of Mulberry #B842A3
RGB
CMYK
RGB Variations
Color information
#B842A3 (or 0xB842A3) is known color: Mulberry. HEX triplet: B8, 42 and A3. RGB value is (184,66,163). Sum of RGB (Red+Green+Blue) = 184+66+163=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B842A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B842A3 is #47BD5C. Grayscale: #707070. Windows color (decimal): -4701533 or 10699448. OLE color: 10699448.
HSL color Cylindrical-coordinate representation of color #B842A3: hue angle of 310.68º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B842A3 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 163 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.28 |
| HSL | 310.68º | 0.47% | 0.49% | - |
| HSV(B) | 310.68º | 0.64% | 0.72% | - |
| XYZ | 28.33 | 16.73 | 36.39 | - |
| YUV | 112.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 163 | 0 | 0.64 | 0.11 | 0.28 | 310.68 | 0.47 | 0.49 |
| Hex | B8 | 42 | A3 | 0 | 40 | B | 1C | 137 | 2F | 31 |
| Octal | 270 | 102 | 243 | 0 | 100 | 13 | 34 | 467 | 57 | 61 |
| Binary | 10111000 | 1000010 | 10100011 | 0 | 1000000 | 1011 | 11100 | 100110111 | 101111 | 110001 |
Color Harmonies of #B842A3
Complementary color
Monochromatic Colors of #B842A3
Black with #B842A3
Text Example
Text Example
White with #B842A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B842A3; }
p { color: rgb(184,66,163); }
H1.HeaderClassName
{
color: #B842A3;
}
.AnyTagClassName
{
color: #B842A3;
}
</style>
background-color css
<style>
a { background-color: #B842A3; }
a { background-color: rgb(184,66,163); }
div.DivClassName
{
background-color: #B842A3;
}
.BgClassName
{
background-color: #B842A3;
}
</style>
border-color css
<style>
span { border-color: #B842A3; }
span { border-color: rgb(184,66,163); }
td.TdClassName
{
border-color: #B842A3;
}
.TagClassName
{
border-color: #B842A3;
}
</style>