Shades of Mulberry #B6509C
Tints of Mulberry #B6509C
RGB
CMYK
RGB Variations
Color information
#B6509C (or 0xB6509C) is known color: Mulberry. HEX triplet: B6, 50 and 9C. RGB value is (182,80,156). Sum of RGB (Red+Green+Blue) = 182+80+156=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B6509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6509C is #49AF63. Grayscale: #767676. Windows color (decimal): -4829028 or 10244278. OLE color: 10244278.
HSL color Cylindrical-coordinate representation of color #B6509C: hue angle of 315.29º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B6509C is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 80 | 156 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.29 |
| HSL | 315.29º | 0.41% | 0.51% | - |
| HSV(B) | 315.29º | 0.56% | 0.71% | - |
| XYZ | 28.16 | 18.08 | 33.46 | - |
| YUV | 119.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 156 | 0 | 0.56 | 0.14 | 0.29 | 315.29 | 0.41 | 0.51 |
| Hex | B6 | 50 | 9C | 0 | 38 | E | 1D | 13B | 29 | 33 |
| Octal | 266 | 120 | 234 | 0 | 70 | 16 | 35 | 473 | 51 | 63 |
| Binary | 10110110 | 1010000 | 10011100 | 0 | 111000 | 1110 | 11101 | 100111011 | 101001 | 110011 |
Color Harmonies of #B6509C
Complementary color
Monochromatic Colors of #B6509C
Black with #B6509C
Text Example
Text Example
White with #B6509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6509C; }
p { color: rgb(182,80,156); }
H1.HeaderClassName
{
color: #B6509C;
}
.AnyTagClassName
{
color: #B6509C;
}
</style>
background-color css
<style>
a { background-color: #B6509C; }
a { background-color: rgb(182,80,156); }
div.DivClassName
{
background-color: #B6509C;
}
.BgClassName
{
background-color: #B6509C;
}
</style>
border-color css
<style>
span { border-color: #B6509C; }
span { border-color: rgb(182,80,156); }
td.TdClassName
{
border-color: #B6509C;
}
.TagClassName
{
border-color: #B6509C;
}
</style>