Shades of Mulberry #BF3F98
Tints of Mulberry #BF3F98
RGB
CMYK
RGB Variations
Color information
#BF3F98 (or 0xBF3F98) is known color: Mulberry. HEX triplet: BF, 3F and 98. RGB value is (191,63,152). Sum of RGB (Red+Green+Blue) = 191+63+152=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F98 is #40C067. Grayscale: #6F6F6F. Windows color (decimal): -4243560 or 9977791. OLE color: 9977791.
HSL color Cylindrical-coordinate representation of color #BF3F98: hue angle of 318.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F98 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 152 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.25 |
| HSL | 318.28º | 0.5% | 0.5% | - |
| HSV(B) | 318.28º | 0.67% | 0.75% | - |
| XYZ | 28.93 | 16.9 | 31.44 | - |
| YUV | 111.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 152 | 0 | 0.67 | 0.20 | 0.25 | 318.28 | 0.5 | 0.5 |
| Hex | BF | 3F | 98 | 0 | 43 | 14 | 19 | 13E | 32 | 32 |
| Octal | 277 | 77 | 230 | 0 | 103 | 24 | 31 | 476 | 62 | 62 |
| Binary | 10111111 | 111111 | 10011000 | 0 | 1000011 | 10100 | 11001 | 100111110 | 110010 | 110010 |
Color Harmonies of #BF3F98
Complementary color
Monochromatic Colors of #BF3F98
Black with #BF3F98
Text Example
Text Example
White with #BF3F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3F98; }
p { color: rgb(191,63,152); }
H1.HeaderClassName
{
color: #BF3F98;
}
.AnyTagClassName
{
color: #BF3F98;
}
</style>
background-color css
<style>
a { background-color: #BF3F98; }
a { background-color: rgb(191,63,152); }
div.DivClassName
{
background-color: #BF3F98;
}
.BgClassName
{
background-color: #BF3F98;
}
</style>
border-color css
<style>
span { border-color: #BF3F98; }
span { border-color: rgb(191,63,152); }
td.TdClassName
{
border-color: #BF3F98;
}
.TagClassName
{
border-color: #BF3F98;
}
</style>