Shades of Mulberry #B3508C
Tints of Mulberry #B3508C
RGB
CMYK
RGB Variations
Color information
#B3508C (or 0xB3508C) is known color: Mulberry. HEX triplet: B3, 50 and 8C. RGB value is (179,80,140). Sum of RGB (Red+Green+Blue) = 179+80+140=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B3508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3508C is #4CAF73. Grayscale: #747474. Windows color (decimal): -5025652 or 9195699. OLE color: 9195699.
HSL color Cylindrical-coordinate representation of color #B3508C: hue angle of 323.64º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3508C is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 140 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.30 |
| HSL | 323.64º | 0.39% | 0.51% | - |
| HSV(B) | 323.64º | 0.55% | 0.7% | - |
| XYZ | 26.19 | 17.21 | 26.75 | - |
| YUV | 116.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 140 | 0 | 0.55 | 0.22 | 0.30 | 323.64 | 0.39 | 0.51 |
| Hex | B3 | 50 | 8C | 0 | 37 | 16 | 1E | 144 | 27 | 33 |
| Octal | 263 | 120 | 214 | 0 | 67 | 26 | 36 | 504 | 47 | 63 |
| Binary | 10110011 | 1010000 | 10001100 | 0 | 110111 | 10110 | 11110 | 101000100 | 100111 | 110011 |
Color Harmonies of #B3508C
Complementary color
Monochromatic Colors of #B3508C
Black with #B3508C
Text Example
Text Example
White with #B3508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3508C; }
p { color: rgb(179,80,140); }
H1.HeaderClassName
{
color: #B3508C;
}
.AnyTagClassName
{
color: #B3508C;
}
</style>
background-color css
<style>
a { background-color: #B3508C; }
a { background-color: rgb(179,80,140); }
div.DivClassName
{
background-color: #B3508C;
}
.BgClassName
{
background-color: #B3508C;
}
</style>
border-color css
<style>
span { border-color: #B3508C; }
span { border-color: rgb(179,80,140); }
td.TdClassName
{
border-color: #B3508C;
}
.TagClassName
{
border-color: #B3508C;
}
</style>