Shades of Mulberry #BC458A
Tints of Mulberry #BC458A
RGB
CMYK
RGB Variations
Color information
#BC458A (or 0xBC458A) is known color: Mulberry. HEX triplet: BC, 45 and 8A. RGB value is (188,69,138). Sum of RGB (Red+Green+Blue) = 188+69+138=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC458A is #43BA75. Grayscale: #707070. Windows color (decimal): -4438646 or 9061820. OLE color: 9061820.
HSL color Cylindrical-coordinate representation of color #BC458A: hue angle of 325.21º 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 #BC458A is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 138 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.26 |
| HSL | 325.21º | 0.47% | 0.5% | - |
| HSV(B) | 325.21º | 0.63% | 0.74% | - |
| XYZ | 27.45 | 16.78 | 25.84 | - |
| YUV | 112.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 138 | 0 | 0.63 | 0.27 | 0.26 | 325.21 | 0.47 | 0.5 |
| Hex | BC | 45 | 8A | 0 | 3F | 1B | 1A | 145 | 2F | 32 |
| Octal | 274 | 105 | 212 | 0 | 77 | 33 | 32 | 505 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10001010 | 0 | 111111 | 11011 | 11010 | 101000101 | 101111 | 110010 |
Color Harmonies of #BC458A
Complementary color
Monochromatic Colors of #BC458A
Black with #BC458A
Text Example
Text Example
White with #BC458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC458A; }
p { color: rgb(188,69,138); }
H1.HeaderClassName
{
color: #BC458A;
}
.AnyTagClassName
{
color: #BC458A;
}
</style>
background-color css
<style>
a { background-color: #BC458A; }
a { background-color: rgb(188,69,138); }
div.DivClassName
{
background-color: #BC458A;
}
.BgClassName
{
background-color: #BC458A;
}
</style>
border-color css
<style>
span { border-color: #BC458A; }
span { border-color: rgb(188,69,138); }
td.TdClassName
{
border-color: #BC458A;
}
.TagClassName
{
border-color: #BC458A;
}
</style>