Shades of Mulberry #BD3E9F
Tints of Mulberry #BD3E9F
RGB
CMYK
RGB Variations
Color information
#BD3E9F (or 0xBD3E9F) is known color: Mulberry. HEX triplet: BD, 3E and 9F. RGB value is (189,62,159). Sum of RGB (Red+Green+Blue) = 189+62+159=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3E9F is #42C160. Grayscale: #6E6E6E. Windows color (decimal): -4374881 or 10436285. OLE color: 10436285.
HSL color Cylindrical-coordinate representation of color #BD3E9F: hue angle of 314.17º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3E9F is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 159 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.26 |
| HSL | 314.17º | 0.51% | 0.49% | - |
| HSV(B) | 314.17º | 0.67% | 0.74% | - |
| XYZ | 28.97 | 16.77 | 34.51 | - |
| YUV | 111.03 | 155.08 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 159 | 0 | 0.67 | 0.16 | 0.26 | 314.17 | 0.51 | 0.49 |
| Hex | BD | 3E | 9F | 0 | 43 | 10 | 1A | 13A | 33 | 31 |
| Octal | 275 | 76 | 237 | 0 | 103 | 20 | 32 | 472 | 63 | 61 |
| Binary | 10111101 | 111110 | 10011111 | 0 | 1000011 | 10000 | 11010 | 100111010 | 110011 | 110001 |
Color Harmonies of #BD3E9F
Complementary color
Monochromatic Colors of #BD3E9F
Black with #BD3E9F
Text Example
Text Example
White with #BD3E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E9F; }
p { color: rgb(189,62,159); }
H1.HeaderClassName
{
color: #BD3E9F;
}
.AnyTagClassName
{
color: #BD3E9F;
}
</style>
background-color css
<style>
a { background-color: #BD3E9F; }
a { background-color: rgb(189,62,159); }
div.DivClassName
{
background-color: #BD3E9F;
}
.BgClassName
{
background-color: #BD3E9F;
}
</style>
border-color css
<style>
span { border-color: #BD3E9F; }
span { border-color: rgb(189,62,159); }
td.TdClassName
{
border-color: #BD3E9F;
}
.TagClassName
{
border-color: #BD3E9F;
}
</style>