Shades of Mulberry #BC418A
Tints of Mulberry #BC418A
RGB
CMYK
RGB Variations
Color information
#BC418A (or 0xBC418A) is known color: Mulberry. HEX triplet: BC, 41 and 8A. RGB value is (188,65,138). Sum of RGB (Red+Green+Blue) = 188+65+138=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC418A is #43BE75. Grayscale: #6D6D6D. Windows color (decimal): -4439670 or 9060796. OLE color: 9060796.
HSL color Cylindrical-coordinate representation of color #BC418A: hue angle of 324.39º 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 #BC418A is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 138 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.26 |
| HSL | 324.39º | 0.49% | 0.5% | - |
| HSV(B) | 324.39º | 0.65% | 0.74% | - |
| XYZ | 27.22 | 16.31 | 25.76 | - |
| YUV | 110.1 | 143.75 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 138 | 0 | 0.65 | 0.27 | 0.26 | 324.39 | 0.49 | 0.5 |
| Hex | BC | 41 | 8A | 0 | 41 | 1B | 1A | 144 | 31 | 32 |
| Octal | 274 | 101 | 212 | 0 | 101 | 33 | 32 | 504 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10001010 | 0 | 1000001 | 11011 | 11010 | 101000100 | 110001 | 110010 |
Color Harmonies of #BC418A
Complementary color
Monochromatic Colors of #BC418A
Black with #BC418A
Text Example
Text Example
White with #BC418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC418A; }
p { color: rgb(188,65,138); }
H1.HeaderClassName
{
color: #BC418A;
}
.AnyTagClassName
{
color: #BC418A;
}
</style>
background-color css
<style>
a { background-color: #BC418A; }
a { background-color: rgb(188,65,138); }
div.DivClassName
{
background-color: #BC418A;
}
.BgClassName
{
background-color: #BC418A;
}
</style>
border-color css
<style>
span { border-color: #BC418A; }
span { border-color: rgb(188,65,138); }
td.TdClassName
{
border-color: #BC418A;
}
.TagClassName
{
border-color: #BC418A;
}
</style>