Shades of Hopbush #BF618F
Tints of Hopbush #BF618F
RGB
CMYK
RGB Variations
Color information
#BF618F (or 0xBF618F) is known color: Hopbush. HEX triplet: BF, 61 and 8F. RGB value is (191,97,143). Sum of RGB (Red+Green+Blue) = 191+97+143=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF618F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF618F is #409E70. Grayscale: #828282. Windows color (decimal): -4234865 or 9396671. OLE color: 9396671.
HSL color Cylindrical-coordinate representation of color #BF618F: hue angle of 330.64º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF618F is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 143 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.25 |
| HSL | 330.64º | 0.42% | 0.56% | - |
| HSV(B) | 330.64º | 0.49% | 0.75% | - |
| XYZ | 30.72 | 21.61 | 28.54 | - |
| YUV | 130.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 143 | 0 | 0.49 | 0.25 | 0.25 | 330.64 | 0.42 | 0.56 |
| Hex | BF | 61 | 8F | 0 | 31 | 19 | 19 | 14B | 2A | 38 |
| Octal | 277 | 141 | 217 | 0 | 61 | 31 | 31 | 513 | 52 | 70 |
| Binary | 10111111 | 1100001 | 10001111 | 0 | 110001 | 11001 | 11001 | 101001011 | 101010 | 111000 |
Color Harmonies of #BF618F
Complementary color
Monochromatic Colors of #BF618F
Black with #BF618F
Text Example
Text Example
White with #BF618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF618F; }
p { color: rgb(191,97,143); }
H1.HeaderClassName
{
color: #BF618F;
}
.AnyTagClassName
{
color: #BF618F;
}
</style>
background-color css
<style>
a { background-color: #BF618F; }
a { background-color: rgb(191,97,143); }
div.DivClassName
{
background-color: #BF618F;
}
.BgClassName
{
background-color: #BF618F;
}
</style>
border-color css
<style>
span { border-color: #BF618F; }
span { border-color: rgb(191,97,143); }
td.TdClassName
{
border-color: #BF618F;
}
.TagClassName
{
border-color: #BF618F;
}
</style>