Shades of Mulberry #BF419C
Tints of Mulberry #BF419C
RGB
CMYK
RGB Variations
Color information
#BF419C (or 0xBF419C) is known color: Mulberry. HEX triplet: BF, 41 and 9C. RGB value is (191,65,156). Sum of RGB (Red+Green+Blue) = 191+65+156=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF419C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF419C is #40BE63. Grayscale: #707070. Windows color (decimal): -4243044 or 10240447. OLE color: 10240447.
HSL color Cylindrical-coordinate representation of color #BF419C: hue angle of 316.67º 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 #BF419C is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 156 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.25 |
| HSL | 316.67º | 0.5% | 0.5% | - |
| HSV(B) | 316.67º | 0.66% | 0.75% | - |
| XYZ | 29.38 | 17.26 | 33.24 | - |
| YUV | 113.05 | 152.24 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 156 | 0 | 0.66 | 0.18 | 0.25 | 316.67 | 0.5 | 0.5 |
| Hex | BF | 41 | 9C | 0 | 42 | 12 | 19 | 13D | 32 | 32 |
| Octal | 277 | 101 | 234 | 0 | 102 | 22 | 31 | 475 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10011100 | 0 | 1000010 | 10010 | 11001 | 100111101 | 110010 | 110010 |
Color Harmonies of #BF419C
Complementary color
Monochromatic Colors of #BF419C
Black with #BF419C
Text Example
Text Example
White with #BF419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF419C; }
p { color: rgb(191,65,156); }
H1.HeaderClassName
{
color: #BF419C;
}
.AnyTagClassName
{
color: #BF419C;
}
</style>
background-color css
<style>
a { background-color: #BF419C; }
a { background-color: rgb(191,65,156); }
div.DivClassName
{
background-color: #BF419C;
}
.BgClassName
{
background-color: #BF419C;
}
</style>
border-color css
<style>
span { border-color: #BF419C; }
span { border-color: rgb(191,65,156); }
td.TdClassName
{
border-color: #BF419C;
}
.TagClassName
{
border-color: #BF419C;
}
</style>