Shades of Mulberry #B7468C
Tints of Mulberry #B7468C
RGB
CMYK
RGB Variations
Color information
#B7468C (or 0xB7468C) is known color: Mulberry. HEX triplet: B7, 46 and 8C. RGB value is (183,70,140). Sum of RGB (Red+Green+Blue) = 183+70+140=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7468C is #48B973. Grayscale: #6F6F6F. Windows color (decimal): -4766068 or 9193143. OLE color: 9193143.
HSL color Cylindrical-coordinate representation of color #B7468C: hue angle of 322.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7468C is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 140 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.28 |
| HSL | 322.83º | 0.45% | 0.5% | - |
| HSV(B) | 322.83º | 0.62% | 0.72% | - |
| XYZ | 26.45 | 16.34 | 26.57 | - |
| YUV | 111.77 | 143.94 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 140 | 0 | 0.62 | 0.23 | 0.28 | 322.83 | 0.45 | 0.5 |
| Hex | B7 | 46 | 8C | 0 | 3E | 17 | 1C | 143 | 2D | 32 |
| Octal | 267 | 106 | 214 | 0 | 76 | 27 | 34 | 503 | 55 | 62 |
| Binary | 10110111 | 1000110 | 10001100 | 0 | 111110 | 10111 | 11100 | 101000011 | 101101 | 110010 |
Color Harmonies of #B7468C
Complementary color
Monochromatic Colors of #B7468C
Black with #B7468C
Text Example
Text Example
White with #B7468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7468C; }
p { color: rgb(183,70,140); }
H1.HeaderClassName
{
color: #B7468C;
}
.AnyTagClassName
{
color: #B7468C;
}
</style>
background-color css
<style>
a { background-color: #B7468C; }
a { background-color: rgb(183,70,140); }
div.DivClassName
{
background-color: #B7468C;
}
.BgClassName
{
background-color: #B7468C;
}
</style>
border-color css
<style>
span { border-color: #B7468C; }
span { border-color: rgb(183,70,140); }
td.TdClassName
{
border-color: #B7468C;
}
.TagClassName
{
border-color: #B7468C;
}
</style>