Shades of Mulberry #BD4A8C
Tints of Mulberry #BD4A8C
RGB
CMYK
RGB Variations
Color information
#BD4A8C (or 0xBD4A8C) is known color: Mulberry. HEX triplet: BD, 4A and 8C. RGB value is (189,74,140). Sum of RGB (Red+Green+Blue) = 189+74+140=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A8C is #42B573. Grayscale: #737373. Windows color (decimal): -4371828 or 9194173. OLE color: 9194173.
HSL color Cylindrical-coordinate representation of color #BD4A8C: hue angle of 325.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4A8C is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 140 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.26 |
| HSL | 325.57º | 0.47% | 0.52% | - |
| HSV(B) | 325.57º | 0.61% | 0.74% | - |
| XYZ | 28.17 | 17.61 | 26.73 | - |
| YUV | 115.91 | 141.6 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 140 | 0 | 0.61 | 0.26 | 0.26 | 325.57 | 0.47 | 0.52 |
| Hex | BD | 4A | 8C | 0 | 3D | 1A | 1A | 146 | 2F | 34 |
| Octal | 275 | 112 | 214 | 0 | 75 | 32 | 32 | 506 | 57 | 64 |
| Binary | 10111101 | 1001010 | 10001100 | 0 | 111101 | 11010 | 11010 | 101000110 | 101111 | 110100 |
Color Harmonies of #BD4A8C
Complementary color
Monochromatic Colors of #BD4A8C
Black with #BD4A8C
Text Example
Text Example
White with #BD4A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A8C; }
p { color: rgb(189,74,140); }
H1.HeaderClassName
{
color: #BD4A8C;
}
.AnyTagClassName
{
color: #BD4A8C;
}
</style>
background-color css
<style>
a { background-color: #BD4A8C; }
a { background-color: rgb(189,74,140); }
div.DivClassName
{
background-color: #BD4A8C;
}
.BgClassName
{
background-color: #BD4A8C;
}
</style>
border-color css
<style>
span { border-color: #BD4A8C; }
span { border-color: rgb(189,74,140); }
td.TdClassName
{
border-color: #BD4A8C;
}
.TagClassName
{
border-color: #BD4A8C;
}
</style>