Shades of Mulberry #BF419B
Tints of Mulberry #BF419B
RGB
CMYK
RGB Variations
Color information
#BF419B (or 0xBF419B) is known color: Mulberry. HEX triplet: BF, 41 and 9B. RGB value is (191,65,155). Sum of RGB (Red+Green+Blue) = 191+65+155=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF419B is #40BE64. Grayscale: #707070. Windows color (decimal): -4243045 or 10174911. OLE color: 10174911.
HSL color Cylindrical-coordinate representation of color #BF419B: hue angle of 317.14º 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 #BF419B is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 155 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.25 |
| HSL | 317.14º | 0.5% | 0.5% | - |
| HSV(B) | 317.14º | 0.66% | 0.75% | - |
| XYZ | 29.29 | 17.22 | 32.79 | - |
| YUV | 112.93 | 151.74 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 155 | 0 | 0.66 | 0.19 | 0.25 | 317.14 | 0.5 | 0.5 |
| Hex | BF | 41 | 9B | 0 | 42 | 13 | 19 | 13D | 32 | 32 |
| Octal | 277 | 101 | 233 | 0 | 102 | 23 | 31 | 475 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10011011 | 0 | 1000010 | 10011 | 11001 | 100111101 | 110010 | 110010 |
Color Harmonies of #BF419B
Complementary color
Monochromatic Colors of #BF419B
Black with #BF419B
Text Example
Text Example
White with #BF419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF419B; }
p { color: rgb(191,65,155); }
H1.HeaderClassName
{
color: #BF419B;
}
.AnyTagClassName
{
color: #BF419B;
}
</style>
background-color css
<style>
a { background-color: #BF419B; }
a { background-color: rgb(191,65,155); }
div.DivClassName
{
background-color: #BF419B;
}
.BgClassName
{
background-color: #BF419B;
}
</style>
border-color css
<style>
span { border-color: #BF419B; }
span { border-color: rgb(191,65,155); }
td.TdClassName
{
border-color: #BF419B;
}
.TagClassName
{
border-color: #BF419B;
}
</style>