Shades of Mulberry #BF4598
Tints of Mulberry #BF4598
RGB
CMYK
RGB Variations
Color information
#BF4598 (or 0xBF4598) is known color: Mulberry. HEX triplet: BF, 45 and 98. RGB value is (191,69,152). Sum of RGB (Red+Green+Blue) = 191+69+152=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4598 is #40BA67. Grayscale: #727272. Windows color (decimal): -4242024 or 9979327. OLE color: 9979327.
HSL color Cylindrical-coordinate representation of color #BF4598: hue angle of 319.18º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4598 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 152 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.25 |
| HSL | 319.18º | 0.49% | 0.51% | - |
| HSV(B) | 319.18º | 0.64% | 0.75% | - |
| XYZ | 29.28 | 17.6 | 31.56 | - |
| YUV | 114.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 152 | 0 | 0.64 | 0.20 | 0.25 | 319.18 | 0.49 | 0.51 |
| Hex | BF | 45 | 98 | 0 | 40 | 14 | 19 | 13F | 31 | 33 |
| Octal | 277 | 105 | 230 | 0 | 100 | 24 | 31 | 477 | 61 | 63 |
| Binary | 10111111 | 1000101 | 10011000 | 0 | 1000000 | 10100 | 11001 | 100111111 | 110001 | 110011 |
Color Harmonies of #BF4598
Complementary color
Monochromatic Colors of #BF4598
Black with #BF4598
Text Example
Text Example
White with #BF4598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4598; }
p { color: rgb(191,69,152); }
H1.HeaderClassName
{
color: #BF4598;
}
.AnyTagClassName
{
color: #BF4598;
}
</style>
background-color css
<style>
a { background-color: #BF4598; }
a { background-color: rgb(191,69,152); }
div.DivClassName
{
background-color: #BF4598;
}
.BgClassName
{
background-color: #BF4598;
}
</style>
border-color css
<style>
span { border-color: #BF4598; }
span { border-color: rgb(191,69,152); }
td.TdClassName
{
border-color: #BF4598;
}
.TagClassName
{
border-color: #BF4598;
}
</style>