Shades of Mulberry #BC438B
Tints of Mulberry #BC438B
RGB
CMYK
RGB Variations
Color information
#BC438B (or 0xBC438B) is known color: Mulberry. HEX triplet: BC, 43 and 8B. RGB value is (188,67,139). Sum of RGB (Red+Green+Blue) = 188+67+139=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC438B is #43BC74. Grayscale: #6F6F6F. Windows color (decimal): -4439157 or 9126844. OLE color: 9126844.
HSL color Cylindrical-coordinate representation of color #BC438B: hue angle of 324.3º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC438B is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 139 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.26 |
| HSL | 324.3º | 0.47% | 0.5% | - |
| HSV(B) | 324.3º | 0.64% | 0.74% | - |
| XYZ | 27.41 | 16.57 | 26.18 | - |
| YUV | 111.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 139 | 0 | 0.64 | 0.26 | 0.26 | 324.3 | 0.47 | 0.5 |
| Hex | BC | 43 | 8B | 0 | 40 | 1A | 1A | 144 | 2F | 32 |
| Octal | 274 | 103 | 213 | 0 | 100 | 32 | 32 | 504 | 57 | 62 |
| Binary | 10111100 | 1000011 | 10001011 | 0 | 1000000 | 11010 | 11010 | 101000100 | 101111 | 110010 |
Color Harmonies of #BC438B
Complementary color
Monochromatic Colors of #BC438B
Black with #BC438B
Text Example
Text Example
White with #BC438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC438B; }
p { color: rgb(188,67,139); }
H1.HeaderClassName
{
color: #BC438B;
}
.AnyTagClassName
{
color: #BC438B;
}
</style>
background-color css
<style>
a { background-color: #BC438B; }
a { background-color: rgb(188,67,139); }
div.DivClassName
{
background-color: #BC438B;
}
.BgClassName
{
background-color: #BC438B;
}
</style>
border-color css
<style>
span { border-color: #BC438B; }
span { border-color: rgb(188,67,139); }
td.TdClassName
{
border-color: #BC438B;
}
.TagClassName
{
border-color: #BC438B;
}
</style>