Shades of Mulberry #BD61A3
Tints of Mulberry #BD61A3
RGB
CMYK
RGB Variations
Color information
#BD61A3 (or 0xBD61A3) is known color: Mulberry. HEX triplet: BD, 61 and A3. RGB value is (189,97,163). Sum of RGB (Red+Green+Blue) = 189+97+163=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD61A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD61A3 is #429E5C. Grayscale: #838383. Windows color (decimal): -4365917 or 10707389. OLE color: 10707389.
HSL color Cylindrical-coordinate representation of color #BD61A3: hue angle of 316.96º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD61A3 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 97 | 163 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.26 |
| HSL | 316.96º | 0.41% | 0.56% | - |
| HSV(B) | 316.96º | 0.49% | 0.74% | - |
| XYZ | 31.87 | 22.01 | 37.22 | - |
| YUV | 132.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 163 | 0 | 0.49 | 0.14 | 0.26 | 316.96 | 0.41 | 0.56 |
| Hex | BD | 61 | A3 | 0 | 31 | E | 1A | 13D | 29 | 38 |
| Octal | 275 | 141 | 243 | 0 | 61 | 16 | 32 | 475 | 51 | 70 |
| Binary | 10111101 | 1100001 | 10100011 | 0 | 110001 | 1110 | 11010 | 100111101 | 101001 | 111000 |
Color Harmonies of #BD61A3
Complementary color
Monochromatic Colors of #BD61A3
Black with #BD61A3
Text Example
Text Example
White with #BD61A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD61A3; }
p { color: rgb(189,97,163); }
H1.HeaderClassName
{
color: #BD61A3;
}
.AnyTagClassName
{
color: #BD61A3;
}
</style>
background-color css
<style>
a { background-color: #BD61A3; }
a { background-color: rgb(189,97,163); }
div.DivClassName
{
background-color: #BD61A3;
}
.BgClassName
{
background-color: #BD61A3;
}
</style>
border-color css
<style>
span { border-color: #BD61A3; }
span { border-color: rgb(189,97,163); }
td.TdClassName
{
border-color: #BD61A3;
}
.TagClassName
{
border-color: #BD61A3;
}
</style>