Shades of Mulberry #BC458B
Tints of Mulberry #BC458B
RGB
CMYK
RGB Variations
Color information
#BC458B (or 0xBC458B) is known color: Mulberry. HEX triplet: BC, 45 and 8B. RGB value is (188,69,139). Sum of RGB (Red+Green+Blue) = 188+69+139=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC458B is #43BA74. Grayscale: #707070. Windows color (decimal): -4438645 or 9127356. OLE color: 9127356.
HSL color Cylindrical-coordinate representation of color #BC458B: hue angle of 324.71º 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 #BC458B is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 139 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.26 |
| HSL | 324.71º | 0.47% | 0.5% | - |
| HSV(B) | 324.71º | 0.63% | 0.74% | - |
| XYZ | 27.53 | 16.81 | 26.22 | - |
| YUV | 112.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 139 | 0 | 0.63 | 0.26 | 0.26 | 324.71 | 0.47 | 0.5 |
| Hex | BC | 45 | 8B | 0 | 3F | 1A | 1A | 145 | 2F | 32 |
| Octal | 274 | 105 | 213 | 0 | 77 | 32 | 32 | 505 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10001011 | 0 | 111111 | 11010 | 11010 | 101000101 | 101111 | 110010 |
Color Harmonies of #BC458B
Complementary color
Monochromatic Colors of #BC458B
Black with #BC458B
Text Example
Text Example
White with #BC458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC458B; }
p { color: rgb(188,69,139); }
H1.HeaderClassName
{
color: #BC458B;
}
.AnyTagClassName
{
color: #BC458B;
}
</style>
background-color css
<style>
a { background-color: #BC458B; }
a { background-color: rgb(188,69,139); }
div.DivClassName
{
background-color: #BC458B;
}
.BgClassName
{
background-color: #BC458B;
}
</style>
border-color css
<style>
span { border-color: #BC458B; }
span { border-color: rgb(188,69,139); }
td.TdClassName
{
border-color: #BC458B;
}
.TagClassName
{
border-color: #BC458B;
}
</style>