Shades of Mulberry #BD439E
Tints of Mulberry #BD439E
RGB
CMYK
RGB Variations
Color information
#BD439E (or 0xBD439E) is known color: Mulberry. HEX triplet: BD, 43 and 9E. RGB value is (189,67,158). Sum of RGB (Red+Green+Blue) = 189+67+158=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD439E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD439E is #42BC61. Grayscale: #717171. Windows color (decimal): -4373602 or 10372029. OLE color: 10372029.
HSL color Cylindrical-coordinate representation of color #BD439E: hue angle of 315.25º degrees, saturation: 0.48, 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 #BD439E is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 158 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.26 |
| HSL | 315.25º | 0.48% | 0.5% | - |
| HSV(B) | 315.25º | 0.65% | 0.74% | - |
| XYZ | 29.16 | 17.3 | 34.15 | - |
| YUV | 113.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 158 | 0 | 0.65 | 0.16 | 0.26 | 315.25 | 0.48 | 0.5 |
| Hex | BD | 43 | 9E | 0 | 41 | 10 | 1A | 13B | 30 | 32 |
| Octal | 275 | 103 | 236 | 0 | 101 | 20 | 32 | 473 | 60 | 62 |
| Binary | 10111101 | 1000011 | 10011110 | 0 | 1000001 | 10000 | 11010 | 100111011 | 110000 | 110010 |
Color Harmonies of #BD439E
Complementary color
Monochromatic Colors of #BD439E
Black with #BD439E
Text Example
Text Example
White with #BD439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD439E; }
p { color: rgb(189,67,158); }
H1.HeaderClassName
{
color: #BD439E;
}
.AnyTagClassName
{
color: #BD439E;
}
</style>
background-color css
<style>
a { background-color: #BD439E; }
a { background-color: rgb(189,67,158); }
div.DivClassName
{
background-color: #BD439E;
}
.BgClassName
{
background-color: #BD439E;
}
</style>
border-color css
<style>
span { border-color: #BD439E; }
span { border-color: rgb(189,67,158); }
td.TdClassName
{
border-color: #BD439E;
}
.TagClassName
{
border-color: #BD439E;
}
</style>