Shades of Mulberry #BD62A4
Tints of Mulberry #BD62A4
RGB
CMYK
RGB Variations
Color information
#BD62A4 (or 0xBD62A4) is known color: Mulberry. HEX triplet: BD, 62 and A4. RGB value is (189,98,164). Sum of RGB (Red+Green+Blue) = 189+98+164=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD62A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD62A4 is #429D5B. Grayscale: #848484. Windows color (decimal): -4365660 or 10773181. OLE color: 10773181.
HSL color Cylindrical-coordinate representation of color #BD62A4: hue angle of 316.48º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD62A4 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 164 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.26 |
| HSL | 316.48º | 0.41% | 0.56% | - |
| HSV(B) | 316.48º | 0.48% | 0.74% | - |
| XYZ | 32.05 | 22.23 | 37.72 | - |
| YUV | 132.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 164 | 0 | 0.48 | 0.13 | 0.26 | 316.48 | 0.41 | 0.56 |
| Hex | BD | 62 | A4 | 0 | 30 | D | 1A | 13C | 29 | 38 |
| Octal | 275 | 142 | 244 | 0 | 60 | 15 | 32 | 474 | 51 | 70 |
| Binary | 10111101 | 1100010 | 10100100 | 0 | 110000 | 1101 | 11010 | 100111100 | 101001 | 111000 |
Color Harmonies of #BD62A4
Complementary color
Monochromatic Colors of #BD62A4
Black with #BD62A4
Text Example
Text Example
White with #BD62A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD62A4; }
p { color: rgb(189,98,164); }
H1.HeaderClassName
{
color: #BD62A4;
}
.AnyTagClassName
{
color: #BD62A4;
}
</style>
background-color css
<style>
a { background-color: #BD62A4; }
a { background-color: rgb(189,98,164); }
div.DivClassName
{
background-color: #BD62A4;
}
.BgClassName
{
background-color: #BD62A4;
}
</style>
border-color css
<style>
span { border-color: #BD62A4; }
span { border-color: rgb(189,98,164); }
td.TdClassName
{
border-color: #BD62A4;
}
.TagClassName
{
border-color: #BD62A4;
}
</style>