Shades of Mulberry #BD48A4
Tints of Mulberry #BD48A4
RGB
CMYK
RGB Variations
Color information
#BD48A4 (or 0xBD48A4) is known color: Mulberry. HEX triplet: BD, 48 and A4. RGB value is (189,72,164). Sum of RGB (Red+Green+Blue) = 189+72+164=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD48A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD48A4 is #42B75B. Grayscale: #757575. Windows color (decimal): -4372316 or 10766525. OLE color: 10766525.
HSL color Cylindrical-coordinate representation of color #BD48A4: hue angle of 312.82º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD48A4 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 164 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.26 |
| HSL | 312.82º | 0.47% | 0.51% | - |
| HSV(B) | 312.82º | 0.62% | 0.74% | - |
| XYZ | 30 | 18.13 | 37.04 | - |
| YUV | 117.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 164 | 0 | 0.62 | 0.13 | 0.26 | 312.82 | 0.47 | 0.51 |
| Hex | BD | 48 | A4 | 0 | 3E | D | 1A | 139 | 2F | 33 |
| Octal | 275 | 110 | 244 | 0 | 76 | 15 | 32 | 471 | 57 | 63 |
| Binary | 10111101 | 1001000 | 10100100 | 0 | 111110 | 1101 | 11010 | 100111001 | 101111 | 110011 |
Color Harmonies of #BD48A4
Complementary color
Monochromatic Colors of #BD48A4
Black with #BD48A4
Text Example
Text Example
White with #BD48A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD48A4; }
p { color: rgb(189,72,164); }
H1.HeaderClassName
{
color: #BD48A4;
}
.AnyTagClassName
{
color: #BD48A4;
}
</style>
background-color css
<style>
a { background-color: #BD48A4; }
a { background-color: rgb(189,72,164); }
div.DivClassName
{
background-color: #BD48A4;
}
.BgClassName
{
background-color: #BD48A4;
}
</style>
border-color css
<style>
span { border-color: #BD48A4; }
span { border-color: rgb(189,72,164); }
td.TdClassName
{
border-color: #BD48A4;
}
.TagClassName
{
border-color: #BD48A4;
}
</style>