Shades of Mulberry #B3449B
Tints of Mulberry #B3449B
RGB
CMYK
RGB Variations
Color information
#B3449B (or 0xB3449B) is known color: Mulberry. HEX triplet: B3, 44 and 9B. RGB value is (179,68,155). Sum of RGB (Red+Green+Blue) = 179+68+155=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3449B is #4CBB64. Grayscale: #6E6E6E. Windows color (decimal): -5028709 or 10175667. OLE color: 10175667.
HSL color Cylindrical-coordinate representation of color #B3449B: hue angle of 312.97º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3449B is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 155 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.30 |
| HSL | 312.97º | 0.45% | 0.48% | - |
| HSV(B) | 312.97º | 0.62% | 0.7% | - |
| XYZ | 26.57 | 16.08 | 32.71 | - |
| YUV | 111.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 155 | 0 | 0.62 | 0.13 | 0.30 | 312.97 | 0.45 | 0.48 |
| Hex | B3 | 44 | 9B | 0 | 3E | D | 1E | 139 | 2D | 30 |
| Octal | 263 | 104 | 233 | 0 | 76 | 15 | 36 | 471 | 55 | 60 |
| Binary | 10110011 | 1000100 | 10011011 | 0 | 111110 | 1101 | 11110 | 100111001 | 101101 | 110000 |
Color Harmonies of #B3449B
Complementary color
Monochromatic Colors of #B3449B
Black with #B3449B
Text Example
Text Example
White with #B3449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3449B; }
p { color: rgb(179,68,155); }
H1.HeaderClassName
{
color: #B3449B;
}
.AnyTagClassName
{
color: #B3449B;
}
</style>
background-color css
<style>
a { background-color: #B3449B; }
a { background-color: rgb(179,68,155); }
div.DivClassName
{
background-color: #B3449B;
}
.BgClassName
{
background-color: #B3449B;
}
</style>
border-color css
<style>
span { border-color: #B3449B; }
span { border-color: rgb(179,68,155); }
td.TdClassName
{
border-color: #B3449B;
}
.TagClassName
{
border-color: #B3449B;
}
</style>