Shades of Mulberry #BF4498
Tints of Mulberry #BF4498
RGB
CMYK
RGB Variations
Color information
#BF4498 (or 0xBF4498) is known color: Mulberry. HEX triplet: BF, 44 and 98. RGB value is (191,68,152). Sum of RGB (Red+Green+Blue) = 191+68+152=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4498 is #40BB67. Grayscale: #727272. Windows color (decimal): -4242280 or 9979071. OLE color: 9979071.
HSL color Cylindrical-coordinate representation of color #BF4498: hue angle of 319.02º 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 #BF4498 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 152 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.25 |
| HSL | 319.02º | 0.49% | 0.51% | - |
| HSV(B) | 319.02º | 0.64% | 0.75% | - |
| XYZ | 29.22 | 17.48 | 31.54 | - |
| YUV | 114.35 | 149.25 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 152 | 0 | 0.64 | 0.20 | 0.25 | 319.02 | 0.49 | 0.51 |
| Hex | BF | 44 | 98 | 0 | 40 | 14 | 19 | 13F | 31 | 33 |
| Octal | 277 | 104 | 230 | 0 | 100 | 24 | 31 | 477 | 61 | 63 |
| Binary | 10111111 | 1000100 | 10011000 | 0 | 1000000 | 10100 | 11001 | 100111111 | 110001 | 110011 |
Color Harmonies of #BF4498
Complementary color
Monochromatic Colors of #BF4498
Black with #BF4498
Text Example
Text Example
White with #BF4498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4498; }
p { color: rgb(191,68,152); }
H1.HeaderClassName
{
color: #BF4498;
}
.AnyTagClassName
{
color: #BF4498;
}
</style>
background-color css
<style>
a { background-color: #BF4498; }
a { background-color: rgb(191,68,152); }
div.DivClassName
{
background-color: #BF4498;
}
.BgClassName
{
background-color: #BF4498;
}
</style>
border-color css
<style>
span { border-color: #BF4498; }
span { border-color: rgb(191,68,152); }
td.TdClassName
{
border-color: #BF4498;
}
.TagClassName
{
border-color: #BF4498;
}
</style>