Shades of Mulberry #BD439B
Tints of Mulberry #BD439B
RGB
CMYK
RGB Variations
Color information
#BD439B (or 0xBD439B) is known color: Mulberry. HEX triplet: BD, 43 and 9B. RGB value is (189,67,155). Sum of RGB (Red+Green+Blue) = 189+67+155=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD439B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD439B is #42BC64. Grayscale: #717171. Windows color (decimal): -4373605 or 10175421. OLE color: 10175421.
HSL color Cylindrical-coordinate representation of color #BD439B: hue angle of 316.72º 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 #BD439B is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 155 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.26 |
| HSL | 316.72º | 0.48% | 0.5% | - |
| HSV(B) | 316.72º | 0.65% | 0.74% | - |
| XYZ | 28.91 | 17.2 | 32.81 | - |
| YUV | 113.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 155 | 0 | 0.65 | 0.18 | 0.26 | 316.72 | 0.48 | 0.5 |
| Hex | BD | 43 | 9B | 0 | 41 | 12 | 1A | 13D | 30 | 32 |
| Octal | 275 | 103 | 233 | 0 | 101 | 22 | 32 | 475 | 60 | 62 |
| Binary | 10111101 | 1000011 | 10011011 | 0 | 1000001 | 10010 | 11010 | 100111101 | 110000 | 110010 |
Color Harmonies of #BD439B
Complementary color
Monochromatic Colors of #BD439B
Black with #BD439B
Text Example
Text Example
White with #BD439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD439B; }
p { color: rgb(189,67,155); }
H1.HeaderClassName
{
color: #BD439B;
}
.AnyTagClassName
{
color: #BD439B;
}
</style>
background-color css
<style>
a { background-color: #BD439B; }
a { background-color: rgb(189,67,155); }
div.DivClassName
{
background-color: #BD439B;
}
.BgClassName
{
background-color: #BD439B;
}
</style>
border-color css
<style>
span { border-color: #BD439B; }
span { border-color: rgb(189,67,155); }
td.TdClassName
{
border-color: #BD439B;
}
.TagClassName
{
border-color: #BD439B;
}
</style>