Shades of Mulberry #BD62A3
Tints of Mulberry #BD62A3
RGB
CMYK
RGB Variations
Color information
#BD62A3 (or 0xBD62A3) is known color: Mulberry. HEX triplet: BD, 62 and A3. RGB value is (189,98,163). Sum of RGB (Red+Green+Blue) = 189+98+163=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD62A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD62A3 is #429D5C. Grayscale: #848484. Windows color (decimal): -4365661 or 10707645. OLE color: 10707645.
HSL color Cylindrical-coordinate representation of color #BD62A3: hue angle of 317.14º 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 #BD62A3 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 163 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.26 |
| HSL | 317.14º | 0.41% | 0.56% | - |
| HSV(B) | 317.14º | 0.48% | 0.74% | - |
| XYZ | 31.96 | 22.2 | 37.25 | - |
| YUV | 132.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 163 | 0 | 0.48 | 0.14 | 0.26 | 317.14 | 0.41 | 0.56 |
| Hex | BD | 62 | A3 | 0 | 30 | E | 1A | 13D | 29 | 38 |
| Octal | 275 | 142 | 243 | 0 | 60 | 16 | 32 | 475 | 51 | 70 |
| Binary | 10111101 | 1100010 | 10100011 | 0 | 110000 | 1110 | 11010 | 100111101 | 101001 | 111000 |
Color Harmonies of #BD62A3
Complementary color
Monochromatic Colors of #BD62A3
Black with #BD62A3
Text Example
Text Example
White with #BD62A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD62A3; }
p { color: rgb(189,98,163); }
H1.HeaderClassName
{
color: #BD62A3;
}
.AnyTagClassName
{
color: #BD62A3;
}
</style>
background-color css
<style>
a { background-color: #BD62A3; }
a { background-color: rgb(189,98,163); }
div.DivClassName
{
background-color: #BD62A3;
}
.BgClassName
{
background-color: #BD62A3;
}
</style>
border-color css
<style>
span { border-color: #BD62A3; }
span { border-color: rgb(189,98,163); }
td.TdClassName
{
border-color: #BD62A3;
}
.TagClassName
{
border-color: #BD62A3;
}
</style>