Shades of Mulberry #BD47A5
Tints of Mulberry #BD47A5
RGB
CMYK
RGB Variations
Color information
#BD47A5 (or 0xBD47A5) is known color: Mulberry. HEX triplet: BD, 47 and A5. RGB value is (189,71,165). Sum of RGB (Red+Green+Blue) = 189+71+165=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD47A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD47A5 is #42B85A. Grayscale: #747474. Windows color (decimal): -4372571 or 10831805. OLE color: 10831805.
HSL color Cylindrical-coordinate representation of color #BD47A5: hue angle of 312.2º degrees, saturation: 0.47, 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 #BD47A5 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 165 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.26 |
| HSL | 312.2º | 0.47% | 0.51% | - |
| HSV(B) | 312.2º | 0.62% | 0.74% | - |
| XYZ | 30.03 | 18.04 | 37.5 | - |
| YUV | 117 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 165 | 0 | 0.62 | 0.13 | 0.26 | 312.2 | 0.47 | 0.51 |
| Hex | BD | 47 | A5 | 0 | 3E | D | 1A | 138 | 2F | 33 |
| Octal | 275 | 107 | 245 | 0 | 76 | 15 | 32 | 470 | 57 | 63 |
| Binary | 10111101 | 1000111 | 10100101 | 0 | 111110 | 1101 | 11010 | 100111000 | 101111 | 110011 |
Color Harmonies of #BD47A5
Complementary color
Monochromatic Colors of #BD47A5
Black with #BD47A5
Text Example
Text Example
White with #BD47A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD47A5; }
p { color: rgb(189,71,165); }
H1.HeaderClassName
{
color: #BD47A5;
}
.AnyTagClassName
{
color: #BD47A5;
}
</style>
background-color css
<style>
a { background-color: #BD47A5; }
a { background-color: rgb(189,71,165); }
div.DivClassName
{
background-color: #BD47A5;
}
.BgClassName
{
background-color: #BD47A5;
}
</style>
border-color css
<style>
span { border-color: #BD47A5; }
span { border-color: rgb(189,71,165); }
td.TdClassName
{
border-color: #BD47A5;
}
.TagClassName
{
border-color: #BD47A5;
}
</style>