Shades of Mulberry #B6458C
Tints of Mulberry #B6458C
RGB
CMYK
RGB Variations
Color information
#B6458C (or 0xB6458C) is known color: Mulberry. HEX triplet: B6, 45 and 8C. RGB value is (182,69,140). Sum of RGB (Red+Green+Blue) = 182+69+140=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B6458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6458C is #49BA73. Grayscale: #6E6E6E. Windows color (decimal): -4831860 or 9192886. OLE color: 9192886.
HSL color Cylindrical-coordinate representation of color #B6458C: hue angle of 322.3º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6458C is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 69 | 140 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.29 |
| HSL | 322.3º | 0.45% | 0.49% | - |
| HSV(B) | 322.3º | 0.62% | 0.71% | - |
| XYZ | 26.15 | 16.09 | 26.54 | - |
| YUV | 110.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 140 | 0 | 0.62 | 0.23 | 0.29 | 322.3 | 0.45 | 0.49 |
| Hex | B6 | 45 | 8C | 0 | 3E | 17 | 1D | 142 | 2D | 31 |
| Octal | 266 | 105 | 214 | 0 | 76 | 27 | 35 | 502 | 55 | 61 |
| Binary | 10110110 | 1000101 | 10001100 | 0 | 111110 | 10111 | 11101 | 101000010 | 101101 | 110001 |
Color Harmonies of #B6458C
Complementary color
Monochromatic Colors of #B6458C
Black with #B6458C
Text Example
Text Example
White with #B6458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6458C; }
p { color: rgb(182,69,140); }
H1.HeaderClassName
{
color: #B6458C;
}
.AnyTagClassName
{
color: #B6458C;
}
</style>
background-color css
<style>
a { background-color: #B6458C; }
a { background-color: rgb(182,69,140); }
div.DivClassName
{
background-color: #B6458C;
}
.BgClassName
{
background-color: #B6458C;
}
</style>
border-color css
<style>
span { border-color: #B6458C; }
span { border-color: rgb(182,69,140); }
td.TdClassName
{
border-color: #B6458C;
}
.TagClassName
{
border-color: #B6458C;
}
</style>