Shades of Mulberry #BC48A5
Tints of Mulberry #BC48A5
RGB
CMYK
RGB Variations
Color information
#BC48A5 (or 0xBC48A5) is known color: Mulberry. HEX triplet: BC, 48 and A5. RGB value is (188,72,165). Sum of RGB (Red+Green+Blue) = 188+72+165=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC48A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC48A5 is #43B75A. Grayscale: #757575. Windows color (decimal): -4437851 or 10832060. OLE color: 10832060.
HSL color Cylindrical-coordinate representation of color #BC48A5: hue angle of 311.9º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC48A5 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 165 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.26 |
| HSL | 311.9º | 0.46% | 0.51% | - |
| HSV(B) | 311.9º | 0.62% | 0.74% | - |
| XYZ | 29.85 | 18.04 | 37.51 | - |
| YUV | 117.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 165 | 0 | 0.62 | 0.12 | 0.26 | 311.9 | 0.46 | 0.51 |
| Hex | BC | 48 | A5 | 0 | 3E | C | 1A | 138 | 2E | 33 |
| Octal | 274 | 110 | 245 | 0 | 76 | 14 | 32 | 470 | 56 | 63 |
| Binary | 10111100 | 1001000 | 10100101 | 0 | 111110 | 1100 | 11010 | 100111000 | 101110 | 110011 |
Color Harmonies of #BC48A5
Complementary color
Monochromatic Colors of #BC48A5
Black with #BC48A5
Text Example
Text Example
White with #BC48A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC48A5; }
p { color: rgb(188,72,165); }
H1.HeaderClassName
{
color: #BC48A5;
}
.AnyTagClassName
{
color: #BC48A5;
}
</style>
background-color css
<style>
a { background-color: #BC48A5; }
a { background-color: rgb(188,72,165); }
div.DivClassName
{
background-color: #BC48A5;
}
.BgClassName
{
background-color: #BC48A5;
}
</style>
border-color css
<style>
span { border-color: #BC48A5; }
span { border-color: rgb(188,72,165); }
td.TdClassName
{
border-color: #BC48A5;
}
.TagClassName
{
border-color: #BC48A5;
}
</style>