Shades of Mulberry #B6448E
Tints of Mulberry #B6448E
RGB
CMYK
RGB Variations
Color information
#B6448E (or 0xB6448E) is known color: Mulberry. HEX triplet: B6, 44 and 8E. RGB value is (182,68,142). Sum of RGB (Red+Green+Blue) = 182+68+142=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B6448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6448E is #49BB71. Grayscale: #6E6E6E. Windows color (decimal): -4832114 or 9323702. OLE color: 9323702.
HSL color Cylindrical-coordinate representation of color #B6448E: hue angle of 321.05º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6448E is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 142 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.29 |
| HSL | 321.05º | 0.46% | 0.49% | - |
| HSV(B) | 321.05º | 0.63% | 0.71% | - |
| XYZ | 26.24 | 16.03 | 27.3 | - |
| YUV | 110.52 | 145.77 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 142 | 0 | 0.63 | 0.22 | 0.29 | 321.05 | 0.46 | 0.49 |
| Hex | B6 | 44 | 8E | 0 | 3F | 16 | 1D | 141 | 2E | 31 |
| Octal | 266 | 104 | 216 | 0 | 77 | 26 | 35 | 501 | 56 | 61 |
| Binary | 10110110 | 1000100 | 10001110 | 0 | 111111 | 10110 | 11101 | 101000001 | 101110 | 110001 |
Color Harmonies of #B6448E
Complementary color
Monochromatic Colors of #B6448E
Black with #B6448E
Text Example
Text Example
White with #B6448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6448E; }
p { color: rgb(182,68,142); }
H1.HeaderClassName
{
color: #B6448E;
}
.AnyTagClassName
{
color: #B6448E;
}
</style>
background-color css
<style>
a { background-color: #B6448E; }
a { background-color: rgb(182,68,142); }
div.DivClassName
{
background-color: #B6448E;
}
.BgClassName
{
background-color: #B6448E;
}
</style>
border-color css
<style>
span { border-color: #B6448E; }
span { border-color: rgb(182,68,142); }
td.TdClassName
{
border-color: #B6448E;
}
.TagClassName
{
border-color: #B6448E;
}
</style>