Shades of Mulberry #BF54A2
Tints of Mulberry #BF54A2
RGB
CMYK
RGB Variations
Color information
#BF54A2 (or 0xBF54A2) is known color: Mulberry. HEX triplet: BF, 54 and A2. RGB value is (191,84,162). Sum of RGB (Red+Green+Blue) = 191+84+162=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF54A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF54A2 is #40AB5D. Grayscale: #7C7C7C. Windows color (decimal): -4238174 or 10638527. OLE color: 10638527.
HSL color Cylindrical-coordinate representation of color #BF54A2: hue angle of 316.26º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF54A2 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 162 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.25 |
| HSL | 316.26º | 0.46% | 0.54% | - |
| HSV(B) | 316.26º | 0.56% | 0.75% | - |
| XYZ | 31.18 | 20.03 | 36.4 | - |
| YUV | 124.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 162 | 0 | 0.56 | 0.15 | 0.25 | 316.26 | 0.46 | 0.54 |
| Hex | BF | 54 | A2 | 0 | 38 | F | 19 | 13C | 2E | 36 |
| Octal | 277 | 124 | 242 | 0 | 70 | 17 | 31 | 474 | 56 | 66 |
| Binary | 10111111 | 1010100 | 10100010 | 0 | 111000 | 1111 | 11001 | 100111100 | 101110 | 110110 |
Color Harmonies of #BF54A2
Complementary color
Monochromatic Colors of #BF54A2
Black with #BF54A2
Text Example
Text Example
White with #BF54A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF54A2; }
p { color: rgb(191,84,162); }
H1.HeaderClassName
{
color: #BF54A2;
}
.AnyTagClassName
{
color: #BF54A2;
}
</style>
background-color css
<style>
a { background-color: #BF54A2; }
a { background-color: rgb(191,84,162); }
div.DivClassName
{
background-color: #BF54A2;
}
.BgClassName
{
background-color: #BF54A2;
}
</style>
border-color css
<style>
span { border-color: #BF54A2; }
span { border-color: rgb(191,84,162); }
td.TdClassName
{
border-color: #BF54A2;
}
.TagClassName
{
border-color: #BF54A2;
}
</style>