Shades of Hopbush #BF679A
Tints of Hopbush #BF679A
RGB
CMYK
RGB Variations
Color information
#BF679A (or 0xBF679A) is known color: Hopbush. HEX triplet: BF, 67 and 9A. RGB value is (191,103,154). Sum of RGB (Red+Green+Blue) = 191+103+154=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF679A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF679A is #409865. Grayscale: #878787. Windows color (decimal): -4233318 or 10119103. OLE color: 10119103.
HSL color Cylindrical-coordinate representation of color #BF679A: hue angle of 325.23º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF679A is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 154 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.25 |
| HSL | 325.23º | 0.41% | 0.58% | - |
| HSV(B) | 325.23º | 0.46% | 0.75% | - |
| XYZ | 32.17 | 23.11 | 33.34 | - |
| YUV | 135.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 154 | 0 | 0.46 | 0.19 | 0.25 | 325.23 | 0.41 | 0.58 |
| Hex | BF | 67 | 9A | 0 | 2E | 13 | 19 | 145 | 29 | 3A |
| Octal | 277 | 147 | 232 | 0 | 56 | 23 | 31 | 505 | 51 | 72 |
| Binary | 10111111 | 1100111 | 10011010 | 0 | 101110 | 10011 | 11001 | 101000101 | 101001 | 111010 |
Color Harmonies of #BF679A
Complementary color
Monochromatic Colors of #BF679A
Black with #BF679A
Text Example
Text Example
White with #BF679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF679A; }
p { color: rgb(191,103,154); }
H1.HeaderClassName
{
color: #BF679A;
}
.AnyTagClassName
{
color: #BF679A;
}
</style>
background-color css
<style>
a { background-color: #BF679A; }
a { background-color: rgb(191,103,154); }
div.DivClassName
{
background-color: #BF679A;
}
.BgClassName
{
background-color: #BF679A;
}
</style>
border-color css
<style>
span { border-color: #BF679A; }
span { border-color: rgb(191,103,154); }
td.TdClassName
{
border-color: #BF679A;
}
.TagClassName
{
border-color: #BF679A;
}
</style>