Shades of Mulberry #B6459A
Tints of Mulberry #B6459A
RGB
CMYK
RGB Variations
Color information
#B6459A (or 0xB6459A) is known color: Mulberry. HEX triplet: B6, 45 and 9A. RGB value is (182,69,154). Sum of RGB (Red+Green+Blue) = 182+69+154=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6459A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6459A is #49BA65. Grayscale: #707070. Windows color (decimal): -4831846 or 10110390. OLE color: 10110390.
HSL color Cylindrical-coordinate representation of color #B6459A: hue angle of 314.87º 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 #B6459A is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 69 | 154 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.29 |
| HSL | 314.87º | 0.45% | 0.49% | - |
| HSV(B) | 314.87º | 0.62% | 0.71% | - |
| XYZ | 27.25 | 16.53 | 32.33 | - |
| YUV | 112.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 154 | 0 | 0.62 | 0.15 | 0.29 | 314.87 | 0.45 | 0.49 |
| Hex | B6 | 45 | 9A | 0 | 3E | F | 1D | 13B | 2D | 31 |
| Octal | 266 | 105 | 232 | 0 | 76 | 17 | 35 | 473 | 55 | 61 |
| Binary | 10110110 | 1000101 | 10011010 | 0 | 111110 | 1111 | 11101 | 100111011 | 101101 | 110001 |
Color Harmonies of #B6459A
Complementary color
Monochromatic Colors of #B6459A
Black with #B6459A
Text Example
Text Example
White with #B6459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6459A; }
p { color: rgb(182,69,154); }
H1.HeaderClassName
{
color: #B6459A;
}
.AnyTagClassName
{
color: #B6459A;
}
</style>
background-color css
<style>
a { background-color: #B6459A; }
a { background-color: rgb(182,69,154); }
div.DivClassName
{
background-color: #B6459A;
}
.BgClassName
{
background-color: #B6459A;
}
</style>
border-color css
<style>
span { border-color: #B6459A; }
span { border-color: rgb(182,69,154); }
td.TdClassName
{
border-color: #B6459A;
}
.TagClassName
{
border-color: #B6459A;
}
</style>