Shades of Mulberry #BC418F
Tints of Mulberry #BC418F
RGB
CMYK
RGB Variations
Color information
#BC418F (or 0xBC418F) is known color: Mulberry. HEX triplet: BC, 41 and 8F. RGB value is (188,65,143). Sum of RGB (Red+Green+Blue) = 188+65+143=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC418F is #43BE70. Grayscale: #6E6E6E. Windows color (decimal): -4439665 or 9388476. OLE color: 9388476.
HSL color Cylindrical-coordinate representation of color #BC418F: hue angle of 321.95º degrees, saturation: 0.49, 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 #BC418F is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 143 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.26 |
| HSL | 321.95º | 0.49% | 0.5% | - |
| HSV(B) | 321.95º | 0.65% | 0.74% | - |
| XYZ | 27.59 | 16.46 | 27.71 | - |
| YUV | 110.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 143 | 0 | 0.65 | 0.24 | 0.26 | 321.95 | 0.49 | 0.5 |
| Hex | BC | 41 | 8F | 0 | 41 | 18 | 1A | 142 | 31 | 32 |
| Octal | 274 | 101 | 217 | 0 | 101 | 30 | 32 | 502 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10001111 | 0 | 1000001 | 11000 | 11010 | 101000010 | 110001 | 110010 |
Color Harmonies of #BC418F
Complementary color
Monochromatic Colors of #BC418F
Black with #BC418F
Text Example
Text Example
White with #BC418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC418F; }
p { color: rgb(188,65,143); }
H1.HeaderClassName
{
color: #BC418F;
}
.AnyTagClassName
{
color: #BC418F;
}
</style>
background-color css
<style>
a { background-color: #BC418F; }
a { background-color: rgb(188,65,143); }
div.DivClassName
{
background-color: #BC418F;
}
.BgClassName
{
background-color: #BC418F;
}
</style>
border-color css
<style>
span { border-color: #BC418F; }
span { border-color: rgb(188,65,143); }
td.TdClassName
{
border-color: #BC418F;
}
.TagClassName
{
border-color: #BC418F;
}
</style>