Shades of Mulberry #B3458F
Tints of Mulberry #B3458F
RGB
CMYK
RGB Variations
Color information
#B3458F (or 0xB3458F) is known color: Mulberry. HEX triplet: B3, 45 and 8F. RGB value is (179,69,143). Sum of RGB (Red+Green+Blue) = 179+69+143=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3458F is #4CBA70. Grayscale: #6E6E6E. Windows color (decimal): -5028465 or 9389491. OLE color: 9389491.
HSL color Cylindrical-coordinate representation of color #B3458F: hue angle of 319.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B3458F is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 143 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.30 |
| HSL | 319.64º | 0.44% | 0.49% | - |
| HSV(B) | 319.64º | 0.61% | 0.7% | - |
| XYZ | 25.68 | 15.82 | 27.69 | - |
| YUV | 110.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 143 | 0 | 0.61 | 0.20 | 0.30 | 319.64 | 0.44 | 0.49 |
| Hex | B3 | 45 | 8F | 0 | 3D | 14 | 1E | 140 | 2C | 31 |
| Octal | 263 | 105 | 217 | 0 | 75 | 24 | 36 | 500 | 54 | 61 |
| Binary | 10110011 | 1000101 | 10001111 | 0 | 111101 | 10100 | 11110 | 101000000 | 101100 | 110001 |
Color Harmonies of #B3458F
Complementary color
Monochromatic Colors of #B3458F
Black with #B3458F
Text Example
Text Example
White with #B3458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3458F; }
p { color: rgb(179,69,143); }
H1.HeaderClassName
{
color: #B3458F;
}
.AnyTagClassName
{
color: #B3458F;
}
</style>
background-color css
<style>
a { background-color: #B3458F; }
a { background-color: rgb(179,69,143); }
div.DivClassName
{
background-color: #B3458F;
}
.BgClassName
{
background-color: #B3458F;
}
</style>
border-color css
<style>
span { border-color: #B3458F; }
span { border-color: rgb(179,69,143); }
td.TdClassName
{
border-color: #B3458F;
}
.TagClassName
{
border-color: #B3458F;
}
</style>