Shades of Mulberry #BF609B
Tints of Mulberry #BF609B
RGB
CMYK
RGB Variations
Color information
#BF609B (or 0xBF609B) is known color: Mulberry. HEX triplet: BF, 60 and 9B. RGB value is (191,96,155). Sum of RGB (Red+Green+Blue) = 191+96+155=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF609B is #409F64. Grayscale: #828282. Windows color (decimal): -4235109 or 10182847. OLE color: 10182847.
HSL color Cylindrical-coordinate representation of color #BF609B: hue angle of 322.74º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF609B is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 155 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.25 |
| HSL | 322.74º | 0.43% | 0.56% | - |
| HSV(B) | 322.74º | 0.5% | 0.75% | - |
| XYZ | 31.59 | 21.81 | 33.56 | - |
| YUV | 131.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 155 | 0 | 0.50 | 0.19 | 0.25 | 322.74 | 0.43 | 0.56 |
| Hex | BF | 60 | 9B | 0 | 32 | 13 | 19 | 143 | 2B | 38 |
| Octal | 277 | 140 | 233 | 0 | 62 | 23 | 31 | 503 | 53 | 70 |
| Binary | 10111111 | 1100000 | 10011011 | 0 | 110010 | 10011 | 11001 | 101000011 | 101011 | 111000 |
Color Harmonies of #BF609B
Complementary color
Monochromatic Colors of #BF609B
Black with #BF609B
Text Example
Text Example
White with #BF609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF609B; }
p { color: rgb(191,96,155); }
H1.HeaderClassName
{
color: #BF609B;
}
.AnyTagClassName
{
color: #BF609B;
}
</style>
background-color css
<style>
a { background-color: #BF609B; }
a { background-color: rgb(191,96,155); }
div.DivClassName
{
background-color: #BF609B;
}
.BgClassName
{
background-color: #BF609B;
}
</style>
border-color css
<style>
span { border-color: #BF609B; }
span { border-color: rgb(191,96,155); }
td.TdClassName
{
border-color: #BF609B;
}
.TagClassName
{
border-color: #BF609B;
}
</style>