Shades of Mulberry #BD3EA5
Tints of Mulberry #BD3EA5
RGB
CMYK
RGB Variations
Color information
#BD3EA5 (or 0xBD3EA5) is known color: Mulberry. HEX triplet: BD, 3E and A5. RGB value is (189,62,165). Sum of RGB (Red+Green+Blue) = 189+62+165=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3EA5 is #42C15A. Grayscale: #6F6F6F. Windows color (decimal): -4374875 or 10829501. OLE color: 10829501.
HSL color Cylindrical-coordinate representation of color #BD3EA5: hue angle of 311.34º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3EA5 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 165 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.26 |
| HSL | 311.34º | 0.51% | 0.49% | - |
| HSV(B) | 311.34º | 0.67% | 0.74% | - |
| XYZ | 29.5 | 16.98 | 37.32 | - |
| YUV | 111.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 165 | 0 | 0.67 | 0.13 | 0.26 | 311.34 | 0.51 | 0.49 |
| Hex | BD | 3E | A5 | 0 | 43 | D | 1A | 137 | 33 | 31 |
| Octal | 275 | 76 | 245 | 0 | 103 | 15 | 32 | 467 | 63 | 61 |
| Binary | 10111101 | 111110 | 10100101 | 0 | 1000011 | 1101 | 11010 | 100110111 | 110011 | 110001 |
Color Harmonies of #BD3EA5
Complementary color
Monochromatic Colors of #BD3EA5
Black with #BD3EA5
Text Example
Text Example
White with #BD3EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EA5; }
p { color: rgb(189,62,165); }
H1.HeaderClassName
{
color: #BD3EA5;
}
.AnyTagClassName
{
color: #BD3EA5;
}
</style>
background-color css
<style>
a { background-color: #BD3EA5; }
a { background-color: rgb(189,62,165); }
div.DivClassName
{
background-color: #BD3EA5;
}
.BgClassName
{
background-color: #BD3EA5;
}
</style>
border-color css
<style>
span { border-color: #BD3EA5; }
span { border-color: rgb(189,62,165); }
td.TdClassName
{
border-color: #BD3EA5;
}
.TagClassName
{
border-color: #BD3EA5;
}
</style>