Shades of Mulberry #BC5381
Tints of Mulberry #BC5381
RGB
CMYK
RGB Variations
Color information
#BC5381 (or 0xBC5381) is known color: Mulberry. HEX triplet: BC, 53 and 81. RGB value is (188,83,129). Sum of RGB (Red+Green+Blue) = 188+83+129=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5381 is #43AC7E. Grayscale: #777777. Windows color (decimal): -4435071 or 8475580. OLE color: 8475580.
HSL color Cylindrical-coordinate representation of color #BC5381: hue angle of 333.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5381 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 129 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.26 |
| HSL | 333.71º | 0.44% | 0.53% | - |
| HSV(B) | 333.71º | 0.56% | 0.74% | - |
| XYZ | 27.79 | 18.46 | 22.87 | - |
| YUV | 119.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 129 | 0 | 0.56 | 0.31 | 0.26 | 333.71 | 0.44 | 0.53 |
| Hex | BC | 53 | 81 | 0 | 38 | 1F | 1A | 14E | 2C | 35 |
| Octal | 274 | 123 | 201 | 0 | 70 | 37 | 32 | 516 | 54 | 65 |
| Binary | 10111100 | 1010011 | 10000001 | 0 | 111000 | 11111 | 11010 | 101001110 | 101100 | 110101 |
Color Harmonies of #BC5381
Complementary color
Monochromatic Colors of #BC5381
Black with #BC5381
Text Example
Text Example
White with #BC5381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5381; }
p { color: rgb(188,83,129); }
H1.HeaderClassName
{
color: #BC5381;
}
.AnyTagClassName
{
color: #BC5381;
}
</style>
background-color css
<style>
a { background-color: #BC5381; }
a { background-color: rgb(188,83,129); }
div.DivClassName
{
background-color: #BC5381;
}
.BgClassName
{
background-color: #BC5381;
}
</style>
border-color css
<style>
span { border-color: #BC5381; }
span { border-color: rgb(188,83,129); }
td.TdClassName
{
border-color: #BC5381;
}
.TagClassName
{
border-color: #BC5381;
}
</style>