Shades of Mulberry #BF41A2
Tints of Mulberry #BF41A2
RGB
CMYK
RGB Variations
Color information
#BF41A2 (or 0xBF41A2) is known color: Mulberry. HEX triplet: BF, 41 and A2. RGB value is (191,65,162). Sum of RGB (Red+Green+Blue) = 191+65+162=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF41A2 is #40BE5D. Grayscale: #717171. Windows color (decimal): -4243038 or 10633663. OLE color: 10633663.
HSL color Cylindrical-coordinate representation of color #BF41A2: hue angle of 313.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF41A2 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 162 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.25 |
| HSL | 313.81º | 0.5% | 0.5% | - |
| HSV(B) | 313.81º | 0.66% | 0.75% | - |
| XYZ | 29.9 | 17.47 | 35.98 | - |
| YUV | 113.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 162 | 0 | 0.66 | 0.15 | 0.25 | 313.81 | 0.5 | 0.5 |
| Hex | BF | 41 | A2 | 0 | 42 | F | 19 | 13A | 32 | 32 |
| Octal | 277 | 101 | 242 | 0 | 102 | 17 | 31 | 472 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10100010 | 0 | 1000010 | 1111 | 11001 | 100111010 | 110010 | 110010 |
Color Harmonies of #BF41A2
Complementary color
Monochromatic Colors of #BF41A2
Black with #BF41A2
Text Example
Text Example
White with #BF41A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41A2; }
p { color: rgb(191,65,162); }
H1.HeaderClassName
{
color: #BF41A2;
}
.AnyTagClassName
{
color: #BF41A2;
}
</style>
background-color css
<style>
a { background-color: #BF41A2; }
a { background-color: rgb(191,65,162); }
div.DivClassName
{
background-color: #BF41A2;
}
.BgClassName
{
background-color: #BF41A2;
}
</style>
border-color css
<style>
span { border-color: #BF41A2; }
span { border-color: rgb(191,65,162); }
td.TdClassName
{
border-color: #BF41A2;
}
.TagClassName
{
border-color: #BF41A2;
}
</style>