Shades of Hopbush #BF7198
Tints of Hopbush #BF7198
RGB
CMYK
RGB Variations
Color information
#BF7198 (or 0xBF7198) is known color: Hopbush. HEX triplet: BF, 71 and 98. RGB value is (191,113,152). Sum of RGB (Red+Green+Blue) = 191+113+152=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7198 is #408E67. Grayscale: #8C8C8C. Windows color (decimal): -4230760 or 9990591. OLE color: 9990591.
HSL color Cylindrical-coordinate representation of color #BF7198: hue angle of 330º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7198 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 152 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.25 |
| HSL | 330º | 0.38% | 0.6% | - |
| HSV(B) | 330º | 0.41% | 0.75% | - |
| XYZ | 33.06 | 25.15 | 32.82 | - |
| YUV | 140.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 152 | 0 | 0.41 | 0.20 | 0.25 | 330 | 0.38 | 0.6 |
| Hex | BF | 71 | 98 | 0 | 29 | 14 | 19 | 14A | 26 | 3C |
| Octal | 277 | 161 | 230 | 0 | 51 | 24 | 31 | 512 | 46 | 74 |
| Binary | 10111111 | 1110001 | 10011000 | 0 | 101001 | 10100 | 11001 | 101001010 | 100110 | 111100 |
Color Harmonies of #BF7198
Complementary color
Monochromatic Colors of #BF7198
Black with #BF7198
Text Example
Text Example
White with #BF7198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7198; }
p { color: rgb(191,113,152); }
H1.HeaderClassName
{
color: #BF7198;
}
.AnyTagClassName
{
color: #BF7198;
}
</style>
background-color css
<style>
a { background-color: #BF7198; }
a { background-color: rgb(191,113,152); }
div.DivClassName
{
background-color: #BF7198;
}
.BgClassName
{
background-color: #BF7198;
}
</style>
border-color css
<style>
span { border-color: #BF7198; }
span { border-color: rgb(191,113,152); }
td.TdClassName
{
border-color: #BF7198;
}
.TagClassName
{
border-color: #BF7198;
}
</style>