Shades of Hopbush #BF7399
Tints of Hopbush #BF7399
RGB
CMYK
RGB Variations
Color information
#BF7399 (or 0xBF7399) is known color: Hopbush. HEX triplet: BF, 73 and 99. RGB value is (191,115,153). Sum of RGB (Red+Green+Blue) = 191+115+153=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7399 is #408C66. Grayscale: #8D8D8D. Windows color (decimal): -4230247 or 10056639. OLE color: 10056639.
HSL color Cylindrical-coordinate representation of color #BF7399: hue angle of 330º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7399 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 153 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.25 |
| HSL | 330º | 0.37% | 0.6% | - |
| HSV(B) | 330º | 0.4% | 0.75% | - |
| XYZ | 33.37 | 25.64 | 33.33 | - |
| YUV | 142.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 153 | 0 | 0.40 | 0.20 | 0.25 | 330 | 0.37 | 0.6 |
| Hex | BF | 73 | 99 | 0 | 28 | 14 | 19 | 14A | 25 | 3C |
| Octal | 277 | 163 | 231 | 0 | 50 | 24 | 31 | 512 | 45 | 74 |
| Binary | 10111111 | 1110011 | 10011001 | 0 | 101000 | 10100 | 11001 | 101001010 | 100101 | 111100 |
Color Harmonies of #BF7399
Complementary color
Monochromatic Colors of #BF7399
Black with #BF7399
Text Example
Text Example
White with #BF7399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7399; }
p { color: rgb(191,115,153); }
H1.HeaderClassName
{
color: #BF7399;
}
.AnyTagClassName
{
color: #BF7399;
}
</style>
background-color css
<style>
a { background-color: #BF7399; }
a { background-color: rgb(191,115,153); }
div.DivClassName
{
background-color: #BF7399;
}
.BgClassName
{
background-color: #BF7399;
}
</style>
border-color css
<style>
span { border-color: #BF7399; }
span { border-color: rgb(191,115,153); }
td.TdClassName
{
border-color: #BF7399;
}
.TagClassName
{
border-color: #BF7399;
}
</style>