Shades of Mulberry #BF53A2
Tints of Mulberry #BF53A2
RGB
CMYK
RGB Variations
Color information
#BF53A2 (or 0xBF53A2) is known color: Mulberry. HEX triplet: BF, 53 and A2. RGB value is (191,83,162). Sum of RGB (Red+Green+Blue) = 191+83+162=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF53A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF53A2 is #40AC5D. Grayscale: #7C7C7C. Windows color (decimal): -4238430 or 10638271. OLE color: 10638271.
HSL color Cylindrical-coordinate representation of color #BF53A2: hue angle of 316.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF53A2 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 162 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.25 |
| HSL | 316.11º | 0.46% | 0.54% | - |
| HSV(B) | 316.11º | 0.57% | 0.75% | - |
| XYZ | 31.1 | 19.87 | 36.38 | - |
| YUV | 124.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 162 | 0 | 0.57 | 0.15 | 0.25 | 316.11 | 0.46 | 0.54 |
| Hex | BF | 53 | A2 | 0 | 39 | F | 19 | 13C | 2E | 36 |
| Octal | 277 | 123 | 242 | 0 | 71 | 17 | 31 | 474 | 56 | 66 |
| Binary | 10111111 | 1010011 | 10100010 | 0 | 111001 | 1111 | 11001 | 100111100 | 101110 | 110110 |
Color Harmonies of #BF53A2
Complementary color
Monochromatic Colors of #BF53A2
Black with #BF53A2
Text Example
Text Example
White with #BF53A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF53A2; }
p { color: rgb(191,83,162); }
H1.HeaderClassName
{
color: #BF53A2;
}
.AnyTagClassName
{
color: #BF53A2;
}
</style>
background-color css
<style>
a { background-color: #BF53A2; }
a { background-color: rgb(191,83,162); }
div.DivClassName
{
background-color: #BF53A2;
}
.BgClassName
{
background-color: #BF53A2;
}
</style>
border-color css
<style>
span { border-color: #BF53A2; }
span { border-color: rgb(191,83,162); }
td.TdClassName
{
border-color: #BF53A2;
}
.TagClassName
{
border-color: #BF53A2;
}
</style>