Shades of Mulberry #BC4283
Tints of Mulberry #BC4283
RGB
CMYK
RGB Variations
Color information
#BC4283 (or 0xBC4283) is known color: Mulberry. HEX triplet: BC, 42 and 83. RGB value is (188,66,131). Sum of RGB (Red+Green+Blue) = 188+66+131=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4283 is #43BD7C. Grayscale: #6D6D6D. Windows color (decimal): -4439421 or 8602300. OLE color: 8602300.
HSL color Cylindrical-coordinate representation of color #BC4283: hue angle of 328.03º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4283 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 131 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.26 |
| HSL | 328.03º | 0.48% | 0.5% | - |
| HSV(B) | 328.03º | 0.65% | 0.74% | - |
| XYZ | 26.78 | 16.23 | 23.19 | - |
| YUV | 109.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 131 | 0 | 0.65 | 0.30 | 0.26 | 328.03 | 0.48 | 0.5 |
| Hex | BC | 42 | 83 | 0 | 41 | 1E | 1A | 148 | 30 | 32 |
| Octal | 274 | 102 | 203 | 0 | 101 | 36 | 32 | 510 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10000011 | 0 | 1000001 | 11110 | 11010 | 101001000 | 110000 | 110010 |
Color Harmonies of #BC4283
Complementary color
Monochromatic Colors of #BC4283
Black with #BC4283
Text Example
Text Example
White with #BC4283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4283; }
p { color: rgb(188,66,131); }
H1.HeaderClassName
{
color: #BC4283;
}
.AnyTagClassName
{
color: #BC4283;
}
</style>
background-color css
<style>
a { background-color: #BC4283; }
a { background-color: rgb(188,66,131); }
div.DivClassName
{
background-color: #BC4283;
}
.BgClassName
{
background-color: #BC4283;
}
</style>
border-color css
<style>
span { border-color: #BC4283; }
span { border-color: rgb(188,66,131); }
td.TdClassName
{
border-color: #BC4283;
}
.TagClassName
{
border-color: #BC4283;
}
</style>