Shades of Mulberry #BF40A6
Tints of Mulberry #BF40A6
RGB
CMYK
RGB Variations
Color information
#BF40A6 (or 0xBF40A6) is known color: Mulberry. HEX triplet: BF, 40 and A6. RGB value is (191,64,166). Sum of RGB (Red+Green+Blue) = 191+64+166=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40A6 is #40BF59. Grayscale: #717171. Windows color (decimal): -4243290 or 10895551. OLE color: 10895551.
HSL color Cylindrical-coordinate representation of color #BF40A6: hue angle of 311.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 #BF40A6 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 166 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.25 |
| HSL | 311.81º | 0.5% | 0.5% | - |
| HSV(B) | 311.81º | 0.66% | 0.75% | - |
| XYZ | 30.2 | 17.5 | 37.86 | - |
| YUV | 113.6 | 157.58 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 166 | 0 | 0.66 | 0.13 | 0.25 | 311.81 | 0.5 | 0.5 |
| Hex | BF | 40 | A6 | 0 | 42 | D | 19 | 138 | 32 | 32 |
| Octal | 277 | 100 | 246 | 0 | 102 | 15 | 31 | 470 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10100110 | 0 | 1000010 | 1101 | 11001 | 100111000 | 110010 | 110010 |
Color Harmonies of #BF40A6
Complementary color
Monochromatic Colors of #BF40A6
Black with #BF40A6
Text Example
Text Example
White with #BF40A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40A6; }
p { color: rgb(191,64,166); }
H1.HeaderClassName
{
color: #BF40A6;
}
.AnyTagClassName
{
color: #BF40A6;
}
</style>
background-color css
<style>
a { background-color: #BF40A6; }
a { background-color: rgb(191,64,166); }
div.DivClassName
{
background-color: #BF40A6;
}
.BgClassName
{
background-color: #BF40A6;
}
</style>
border-color css
<style>
span { border-color: #BF40A6; }
span { border-color: rgb(191,64,166); }
td.TdClassName
{
border-color: #BF40A6;
}
.TagClassName
{
border-color: #BF40A6;
}
</style>