Shades of Mulberry #BC459F
Tints of Mulberry #BC459F
RGB
CMYK
RGB Variations
Color information
#BC459F (or 0xBC459F) is known color: Mulberry. HEX triplet: BC, 45 and 9F. RGB value is (188,69,159). Sum of RGB (Red+Green+Blue) = 188+69+159=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC459F is #43BA60. Grayscale: #727272. Windows color (decimal): -4438625 or 10438076. OLE color: 10438076.
HSL color Cylindrical-coordinate representation of color #BC459F: hue angle of 314.62º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC459F is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 159 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.26 |
| HSL | 314.62º | 0.47% | 0.5% | - |
| HSV(B) | 314.62º | 0.63% | 0.74% | - |
| XYZ | 29.13 | 17.45 | 34.63 | - |
| YUV | 114.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 159 | 0 | 0.63 | 0.15 | 0.26 | 314.62 | 0.47 | 0.5 |
| Hex | BC | 45 | 9F | 0 | 3F | F | 1A | 13B | 2F | 32 |
| Octal | 274 | 105 | 237 | 0 | 77 | 17 | 32 | 473 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10011111 | 0 | 111111 | 1111 | 11010 | 100111011 | 101111 | 110010 |
Color Harmonies of #BC459F
Complementary color
Monochromatic Colors of #BC459F
Black with #BC459F
Text Example
Text Example
White with #BC459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC459F; }
p { color: rgb(188,69,159); }
H1.HeaderClassName
{
color: #BC459F;
}
.AnyTagClassName
{
color: #BC459F;
}
</style>
background-color css
<style>
a { background-color: #BC459F; }
a { background-color: rgb(188,69,159); }
div.DivClassName
{
background-color: #BC459F;
}
.BgClassName
{
background-color: #BC459F;
}
</style>
border-color css
<style>
span { border-color: #BC459F; }
span { border-color: rgb(188,69,159); }
td.TdClassName
{
border-color: #BC459F;
}
.TagClassName
{
border-color: #BC459F;
}
</style>