Shades of Mulberry #BC4383
Tints of Mulberry #BC4383
RGB
CMYK
RGB Variations
Color information
#BC4383 (or 0xBC4383) is known color: Mulberry. HEX triplet: BC, 43 and 83. RGB value is (188,67,131). Sum of RGB (Red+Green+Blue) = 188+67+131=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4383 is #43BC7C. Grayscale: #6E6E6E. Windows color (decimal): -4439165 or 8602556. OLE color: 8602556.
HSL color Cylindrical-coordinate representation of color #BC4383: hue angle of 328.26º 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 #BC4383 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 131 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.26 |
| HSL | 328.26º | 0.47% | 0.5% | - |
| HSV(B) | 328.26º | 0.64% | 0.74% | - |
| XYZ | 26.84 | 16.34 | 23.21 | - |
| YUV | 110.48 | 139.59 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 131 | 0 | 0.64 | 0.30 | 0.26 | 328.26 | 0.47 | 0.5 |
| Hex | BC | 43 | 83 | 0 | 40 | 1E | 1A | 148 | 2F | 32 |
| Octal | 274 | 103 | 203 | 0 | 100 | 36 | 32 | 510 | 57 | 62 |
| Binary | 10111100 | 1000011 | 10000011 | 0 | 1000000 | 11110 | 11010 | 101001000 | 101111 | 110010 |
Color Harmonies of #BC4383
Complementary color
Monochromatic Colors of #BC4383
Black with #BC4383
Text Example
Text Example
White with #BC4383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4383; }
p { color: rgb(188,67,131); }
H1.HeaderClassName
{
color: #BC4383;
}
.AnyTagClassName
{
color: #BC4383;
}
</style>
background-color css
<style>
a { background-color: #BC4383; }
a { background-color: rgb(188,67,131); }
div.DivClassName
{
background-color: #BC4383;
}
.BgClassName
{
background-color: #BC4383;
}
</style>
border-color css
<style>
span { border-color: #BC4383; }
span { border-color: rgb(188,67,131); }
td.TdClassName
{
border-color: #BC4383;
}
.TagClassName
{
border-color: #BC4383;
}
</style>