Shades of Mulberry #BF459B
Tints of Mulberry #BF459B
RGB
CMYK
RGB Variations
Color information
#BF459B (or 0xBF459B) is known color: Mulberry. HEX triplet: BF, 45 and 9B. RGB value is (191,69,155). Sum of RGB (Red+Green+Blue) = 191+69+155=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF459B is #40BA64. Grayscale: #737373. Windows color (decimal): -4242021 or 10175935. OLE color: 10175935.
HSL color Cylindrical-coordinate representation of color #BF459B: hue angle of 317.7º 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 #BF459B is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 155 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.25 |
| HSL | 317.7º | 0.49% | 0.51% | - |
| HSV(B) | 317.7º | 0.64% | 0.75% | - |
| XYZ | 29.53 | 17.7 | 32.87 | - |
| YUV | 115.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 155 | 0 | 0.64 | 0.19 | 0.25 | 317.7 | 0.49 | 0.51 |
| Hex | BF | 45 | 9B | 0 | 40 | 13 | 19 | 13E | 31 | 33 |
| Octal | 277 | 105 | 233 | 0 | 100 | 23 | 31 | 476 | 61 | 63 |
| Binary | 10111111 | 1000101 | 10011011 | 0 | 1000000 | 10011 | 11001 | 100111110 | 110001 | 110011 |
Color Harmonies of #BF459B
Complementary color
Monochromatic Colors of #BF459B
Black with #BF459B
Text Example
Text Example
White with #BF459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF459B; }
p { color: rgb(191,69,155); }
H1.HeaderClassName
{
color: #BF459B;
}
.AnyTagClassName
{
color: #BF459B;
}
</style>
background-color css
<style>
a { background-color: #BF459B; }
a { background-color: rgb(191,69,155); }
div.DivClassName
{
background-color: #BF459B;
}
.BgClassName
{
background-color: #BF459B;
}
</style>
border-color css
<style>
span { border-color: #BF459B; }
span { border-color: rgb(191,69,155); }
td.TdClassName
{
border-color: #BF459B;
}
.TagClassName
{
border-color: #BF459B;
}
</style>