Shades of Mulberry #BF409A
Tints of Mulberry #BF409A
RGB
CMYK
RGB Variations
Color information
#BF409A (or 0xBF409A) is known color: Mulberry. HEX triplet: BF, 40 and 9A. RGB value is (191,64,154). Sum of RGB (Red+Green+Blue) = 191+64+154=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF409A is #40BF65. Grayscale: #707070. Windows color (decimal): -4243302 or 10109119. OLE color: 10109119.
HSL color Cylindrical-coordinate representation of color #BF409A: hue angle of 317.48º 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 #BF409A is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 154 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.25 |
| HSL | 317.48º | 0.5% | 0.5% | - |
| HSV(B) | 317.48º | 0.66% | 0.75% | - |
| XYZ | 29.15 | 17.08 | 32.33 | - |
| YUV | 112.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 154 | 0 | 0.66 | 0.19 | 0.25 | 317.48 | 0.5 | 0.5 |
| Hex | BF | 40 | 9A | 0 | 42 | 13 | 19 | 13D | 32 | 32 |
| Octal | 277 | 100 | 232 | 0 | 102 | 23 | 31 | 475 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10011010 | 0 | 1000010 | 10011 | 11001 | 100111101 | 110010 | 110010 |
Color Harmonies of #BF409A
Complementary color
Monochromatic Colors of #BF409A
Black with #BF409A
Text Example
Text Example
White with #BF409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF409A; }
p { color: rgb(191,64,154); }
H1.HeaderClassName
{
color: #BF409A;
}
.AnyTagClassName
{
color: #BF409A;
}
</style>
background-color css
<style>
a { background-color: #BF409A; }
a { background-color: rgb(191,64,154); }
div.DivClassName
{
background-color: #BF409A;
}
.BgClassName
{
background-color: #BF409A;
}
</style>
border-color css
<style>
span { border-color: #BF409A; }
span { border-color: rgb(191,64,154); }
td.TdClassName
{
border-color: #BF409A;
}
.TagClassName
{
border-color: #BF409A;
}
</style>