Shades of Mulberry #BF609A
Tints of Mulberry #BF609A
RGB
CMYK
RGB Variations
Color information
#BF609A (or 0xBF609A) is known color: Mulberry. HEX triplet: BF, 60 and 9A. RGB value is (191,96,154). Sum of RGB (Red+Green+Blue) = 191+96+154=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF609A is #409F65. Grayscale: #828282. Windows color (decimal): -4235110 or 10117311. OLE color: 10117311.
HSL color Cylindrical-coordinate representation of color #BF609A: hue angle of 323.37º 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 #BF609A is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 154 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.25 |
| HSL | 323.37º | 0.43% | 0.56% | - |
| HSV(B) | 323.37º | 0.5% | 0.75% | - |
| XYZ | 31.5 | 21.78 | 33.11 | - |
| YUV | 131.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 154 | 0 | 0.50 | 0.19 | 0.25 | 323.37 | 0.43 | 0.56 |
| Hex | BF | 60 | 9A | 0 | 32 | 13 | 19 | 143 | 2B | 38 |
| Octal | 277 | 140 | 232 | 0 | 62 | 23 | 31 | 503 | 53 | 70 |
| Binary | 10111111 | 1100000 | 10011010 | 0 | 110010 | 10011 | 11001 | 101000011 | 101011 | 111000 |
Color Harmonies of #BF609A
Complementary color
Monochromatic Colors of #BF609A
Black with #BF609A
Text Example
Text Example
White with #BF609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF609A; }
p { color: rgb(191,96,154); }
H1.HeaderClassName
{
color: #BF609A;
}
.AnyTagClassName
{
color: #BF609A;
}
</style>
background-color css
<style>
a { background-color: #BF609A; }
a { background-color: rgb(191,96,154); }
div.DivClassName
{
background-color: #BF609A;
}
.BgClassName
{
background-color: #BF609A;
}
</style>
border-color css
<style>
span { border-color: #BF609A; }
span { border-color: rgb(191,96,154); }
td.TdClassName
{
border-color: #BF609A;
}
.TagClassName
{
border-color: #BF609A;
}
</style>