Shades of Mulberry #B6629A
Tints of Mulberry #B6629A
RGB
CMYK
RGB Variations
Color information
#B6629A (or 0xB6629A) is known color: Mulberry. HEX triplet: B6, 62 and 9A. RGB value is (182,98,154). Sum of RGB (Red+Green+Blue) = 182+98+154=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6629A is #499D65. Grayscale: #818181. Windows color (decimal): -4824422 or 10117814. OLE color: 10117814.
HSL color Cylindrical-coordinate representation of color #B6629A: hue angle of 320º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6629A is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 98 | 154 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.29 |
| HSL | 320º | 0.37% | 0.55% | - |
| HSV(B) | 320º | 0.46% | 0.71% | - |
| XYZ | 29.49 | 21.01 | 33.07 | - |
| YUV | 129.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 154 | 0 | 0.46 | 0.15 | 0.29 | 320 | 0.37 | 0.55 |
| Hex | B6 | 62 | 9A | 0 | 2E | F | 1D | 140 | 25 | 37 |
| Octal | 266 | 142 | 232 | 0 | 56 | 17 | 35 | 500 | 45 | 67 |
| Binary | 10110110 | 1100010 | 10011010 | 0 | 101110 | 1111 | 11101 | 101000000 | 100101 | 110111 |
Color Harmonies of #B6629A
Complementary color
Monochromatic Colors of #B6629A
Black with #B6629A
Text Example
Text Example
White with #B6629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6629A; }
p { color: rgb(182,98,154); }
H1.HeaderClassName
{
color: #B6629A;
}
.AnyTagClassName
{
color: #B6629A;
}
</style>
background-color css
<style>
a { background-color: #B6629A; }
a { background-color: rgb(182,98,154); }
div.DivClassName
{
background-color: #B6629A;
}
.BgClassName
{
background-color: #B6629A;
}
</style>
border-color css
<style>
span { border-color: #B6629A; }
span { border-color: rgb(182,98,154); }
td.TdClassName
{
border-color: #B6629A;
}
.TagClassName
{
border-color: #B6629A;
}
</style>