Shades of Mulberry #BD4285
Tints of Mulberry #BD4285
RGB
CMYK
RGB Variations
Color information
#BD4285 (or 0xBD4285) is known color: Mulberry. HEX triplet: BD, 42 and 85. RGB value is (189,66,133). Sum of RGB (Red+Green+Blue) = 189+66+133=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4285 is #42BD7A. Grayscale: #6E6E6E. Windows color (decimal): -4373883 or 8733373. OLE color: 8733373.
HSL color Cylindrical-coordinate representation of color #BD4285: hue angle of 327.32º 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 #BD4285 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 133 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.26 |
| HSL | 327.32º | 0.48% | 0.5% | - |
| HSV(B) | 327.32º | 0.65% | 0.74% | - |
| XYZ | 27.17 | 16.41 | 23.93 | - |
| YUV | 110.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 133 | 0 | 0.65 | 0.30 | 0.26 | 327.32 | 0.48 | 0.5 |
| Hex | BD | 42 | 85 | 0 | 41 | 1E | 1A | 147 | 30 | 32 |
| Octal | 275 | 102 | 205 | 0 | 101 | 36 | 32 | 507 | 60 | 62 |
| Binary | 10111101 | 1000010 | 10000101 | 0 | 1000001 | 11110 | 11010 | 101000111 | 110000 | 110010 |
Color Harmonies of #BD4285
Complementary color
Monochromatic Colors of #BD4285
Black with #BD4285
Text Example
Text Example
White with #BD4285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4285; }
p { color: rgb(189,66,133); }
H1.HeaderClassName
{
color: #BD4285;
}
.AnyTagClassName
{
color: #BD4285;
}
</style>
background-color css
<style>
a { background-color: #BD4285; }
a { background-color: rgb(189,66,133); }
div.DivClassName
{
background-color: #BD4285;
}
.BgClassName
{
background-color: #BD4285;
}
</style>
border-color css
<style>
span { border-color: #BD4285; }
span { border-color: rgb(189,66,133); }
td.TdClassName
{
border-color: #BD4285;
}
.TagClassName
{
border-color: #BD4285;
}
</style>