Shades of Mulberry #BD5CA0
Tints of Mulberry #BD5CA0
RGB
CMYK
RGB Variations
Color information
#BD5CA0 (or 0xBD5CA0) is known color: Mulberry. HEX triplet: BD, 5C and A0. RGB value is (189,92,160). Sum of RGB (Red+Green+Blue) = 189+92+160=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5CA0 is #42A35F. Grayscale: #808080. Windows color (decimal): -4367200 or 10509501. OLE color: 10509501.
HSL color Cylindrical-coordinate representation of color #BD5CA0: hue angle of 317.94º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5CA0 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 160 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.26 |
| HSL | 317.94º | 0.42% | 0.55% | - |
| HSV(B) | 317.94º | 0.51% | 0.74% | - |
| XYZ | 31.16 | 21.01 | 35.67 | - |
| YUV | 128.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 160 | 0 | 0.51 | 0.15 | 0.26 | 317.94 | 0.42 | 0.55 |
| Hex | BD | 5C | A0 | 0 | 33 | F | 1A | 13E | 2A | 37 |
| Octal | 275 | 134 | 240 | 0 | 63 | 17 | 32 | 476 | 52 | 67 |
| Binary | 10111101 | 1011100 | 10100000 | 0 | 110011 | 1111 | 11010 | 100111110 | 101010 | 110111 |
Color Harmonies of #BD5CA0
Complementary color
Monochromatic Colors of #BD5CA0
Black with #BD5CA0
Text Example
Text Example
White with #BD5CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5CA0; }
p { color: rgb(189,92,160); }
H1.HeaderClassName
{
color: #BD5CA0;
}
.AnyTagClassName
{
color: #BD5CA0;
}
</style>
background-color css
<style>
a { background-color: #BD5CA0; }
a { background-color: rgb(189,92,160); }
div.DivClassName
{
background-color: #BD5CA0;
}
.BgClassName
{
background-color: #BD5CA0;
}
</style>
border-color css
<style>
span { border-color: #BD5CA0; }
span { border-color: rgb(189,92,160); }
td.TdClassName
{
border-color: #BD5CA0;
}
.TagClassName
{
border-color: #BD5CA0;
}
</style>