Shades of Mulberry #BF417E
Tints of Mulberry #BF417E
RGB
CMYK
RGB Variations
Color information
#BF417E (or 0xBF417E) is known color: Mulberry. HEX triplet: BF, 41 and 7E. RGB value is (191,65,126). Sum of RGB (Red+Green+Blue) = 191+65+126=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF417E is #40BE81. Grayscale: #6D6D6D. Windows color (decimal): -4243074 or 8274367. OLE color: 8274367.
HSL color Cylindrical-coordinate representation of color #BF417E: hue angle of 330.95º 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 #BF417E is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 126 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.25 |
| HSL | 330.95º | 0.5% | 0.5% | - |
| HSV(B) | 330.95º | 0.66% | 0.75% | - |
| XYZ | 27.14 | 16.36 | 21.47 | - |
| YUV | 109.63 | 137.24 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 126 | 0 | 0.66 | 0.34 | 0.25 | 330.95 | 0.5 | 0.5 |
| Hex | BF | 41 | 7E | 0 | 42 | 22 | 19 | 14B | 32 | 32 |
| Octal | 277 | 101 | 176 | 0 | 102 | 42 | 31 | 513 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1111110 | 0 | 1000010 | 100010 | 11001 | 101001011 | 110010 | 110010 |
Color Harmonies of #BF417E
Complementary color
Monochromatic Colors of #BF417E
Black with #BF417E
Text Example
Text Example
White with #BF417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF417E; }
p { color: rgb(191,65,126); }
H1.HeaderClassName
{
color: #BF417E;
}
.AnyTagClassName
{
color: #BF417E;
}
</style>
background-color css
<style>
a { background-color: #BF417E; }
a { background-color: rgb(191,65,126); }
div.DivClassName
{
background-color: #BF417E;
}
.BgClassName
{
background-color: #BF417E;
}
</style>
border-color css
<style>
span { border-color: #BF417E; }
span { border-color: rgb(191,65,126); }
td.TdClassName
{
border-color: #BF417E;
}
.TagClassName
{
border-color: #BF417E;
}
</style>