Shades of Mulberry #BD4284
Tints of Mulberry #BD4284
RGB
CMYK
RGB Variations
Color information
#BD4284 (or 0xBD4284) is known color: Mulberry. HEX triplet: BD, 42 and 84. RGB value is (189,66,132). Sum of RGB (Red+Green+Blue) = 189+66+132=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4284 is #42BD7B. Grayscale: #6E6E6E. Windows color (decimal): -4373884 or 8667837. OLE color: 8667837.
HSL color Cylindrical-coordinate representation of color #BD4284: hue angle of 327.8º 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 #BD4284 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 132 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.26 |
| HSL | 327.8º | 0.48% | 0.5% | - |
| HSV(B) | 327.8º | 0.65% | 0.74% | - |
| XYZ | 27.1 | 16.38 | 23.56 | - |
| YUV | 110.3 | 140.25 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 132 | 0 | 0.65 | 0.30 | 0.26 | 327.8 | 0.48 | 0.5 |
| Hex | BD | 42 | 84 | 0 | 41 | 1E | 1A | 148 | 30 | 32 |
| Octal | 275 | 102 | 204 | 0 | 101 | 36 | 32 | 510 | 60 | 62 |
| Binary | 10111101 | 1000010 | 10000100 | 0 | 1000001 | 11110 | 11010 | 101001000 | 110000 | 110010 |
Color Harmonies of #BD4284
Complementary color
Monochromatic Colors of #BD4284
Black with #BD4284
Text Example
Text Example
White with #BD4284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4284; }
p { color: rgb(189,66,132); }
H1.HeaderClassName
{
color: #BD4284;
}
.AnyTagClassName
{
color: #BD4284;
}
</style>
background-color css
<style>
a { background-color: #BD4284; }
a { background-color: rgb(189,66,132); }
div.DivClassName
{
background-color: #BD4284;
}
.BgClassName
{
background-color: #BD4284;
}
</style>
border-color css
<style>
span { border-color: #BD4284; }
span { border-color: rgb(189,66,132); }
td.TdClassName
{
border-color: #BD4284;
}
.TagClassName
{
border-color: #BD4284;
}
</style>