Shades of Mulberry #BD4E8A
Tints of Mulberry #BD4E8A
RGB
CMYK
RGB Variations
Color information
#BD4E8A (or 0xBD4E8A) is known color: Mulberry. HEX triplet: BD, 4E and 8A. RGB value is (189,78,138). Sum of RGB (Red+Green+Blue) = 189+78+138=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4E8A is #42B175. Grayscale: #757575. Windows color (decimal): -4370806 or 9064125. OLE color: 9064125.
HSL color Cylindrical-coordinate representation of color #BD4E8A: hue angle of 327.57º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4E8A is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 138 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.26 |
| HSL | 327.57º | 0.46% | 0.52% | - |
| HSV(B) | 327.57º | 0.59% | 0.74% | - |
| XYZ | 28.3 | 18.1 | 26.05 | - |
| YUV | 118.03 | 139.27 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 138 | 0 | 0.59 | 0.27 | 0.26 | 327.57 | 0.46 | 0.52 |
| Hex | BD | 4E | 8A | 0 | 3B | 1B | 1A | 148 | 2E | 34 |
| Octal | 275 | 116 | 212 | 0 | 73 | 33 | 32 | 510 | 56 | 64 |
| Binary | 10111101 | 1001110 | 10001010 | 0 | 111011 | 11011 | 11010 | 101001000 | 101110 | 110100 |
Color Harmonies of #BD4E8A
Complementary color
Monochromatic Colors of #BD4E8A
Black with #BD4E8A
Text Example
Text Example
White with #BD4E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E8A; }
p { color: rgb(189,78,138); }
H1.HeaderClassName
{
color: #BD4E8A;
}
.AnyTagClassName
{
color: #BD4E8A;
}
</style>
background-color css
<style>
a { background-color: #BD4E8A; }
a { background-color: rgb(189,78,138); }
div.DivClassName
{
background-color: #BD4E8A;
}
.BgClassName
{
background-color: #BD4E8A;
}
</style>
border-color css
<style>
span { border-color: #BD4E8A; }
span { border-color: rgb(189,78,138); }
td.TdClassName
{
border-color: #BD4E8A;
}
.TagClassName
{
border-color: #BD4E8A;
}
</style>