Shades of Mulberry #BD439C
Tints of Mulberry #BD439C
RGB
CMYK
RGB Variations
Color information
#BD439C (or 0xBD439C) is known color: Mulberry. HEX triplet: BD, 43 and 9C. RGB value is (189,67,156). Sum of RGB (Red+Green+Blue) = 189+67+156=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD439C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD439C is #42BC63. Grayscale: #717171. Windows color (decimal): -4373604 or 10240957. OLE color: 10240957.
HSL color Cylindrical-coordinate representation of color #BD439C: hue angle of 316.23º 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 #BD439C is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 156 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.26 |
| HSL | 316.23º | 0.48% | 0.5% | - |
| HSV(B) | 316.23º | 0.65% | 0.74% | - |
| XYZ | 28.99 | 17.23 | 33.25 | - |
| YUV | 113.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 156 | 0 | 0.65 | 0.17 | 0.26 | 316.23 | 0.48 | 0.5 |
| Hex | BD | 43 | 9C | 0 | 41 | 11 | 1A | 13C | 30 | 32 |
| Octal | 275 | 103 | 234 | 0 | 101 | 21 | 32 | 474 | 60 | 62 |
| Binary | 10111101 | 1000011 | 10011100 | 0 | 1000001 | 10001 | 11010 | 100111100 | 110000 | 110010 |
Color Harmonies of #BD439C
Complementary color
Monochromatic Colors of #BD439C
Black with #BD439C
Text Example
Text Example
White with #BD439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD439C; }
p { color: rgb(189,67,156); }
H1.HeaderClassName
{
color: #BD439C;
}
.AnyTagClassName
{
color: #BD439C;
}
</style>
background-color css
<style>
a { background-color: #BD439C; }
a { background-color: rgb(189,67,156); }
div.DivClassName
{
background-color: #BD439C;
}
.BgClassName
{
background-color: #BD439C;
}
</style>
border-color css
<style>
span { border-color: #BD439C; }
span { border-color: rgb(189,67,156); }
td.TdClassName
{
border-color: #BD439C;
}
.TagClassName
{
border-color: #BD439C;
}
</style>