Shades of Hopbush #BF6793
Tints of Hopbush #BF6793
RGB
CMYK
RGB Variations
Color information
#BF6793 (or 0xBF6793) is known color: Hopbush. HEX triplet: BF, 67 and 93. RGB value is (191,103,147). Sum of RGB (Red+Green+Blue) = 191+103+147=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6793 is #40986C. Grayscale: #868686. Windows color (decimal): -4233325 or 9660351. OLE color: 9660351.
HSL color Cylindrical-coordinate representation of color #BF6793: hue angle of 330º 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 #BF6793 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 147 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.25 |
| HSL | 330º | 0.41% | 0.58% | - |
| HSV(B) | 330º | 0.46% | 0.75% | - |
| XYZ | 31.6 | 22.88 | 30.36 | - |
| YUV | 134.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 147 | 0 | 0.46 | 0.23 | 0.25 | 330 | 0.41 | 0.58 |
| Hex | BF | 67 | 93 | 0 | 2E | 17 | 19 | 14A | 29 | 3A |
| Octal | 277 | 147 | 223 | 0 | 56 | 27 | 31 | 512 | 51 | 72 |
| Binary | 10111111 | 1100111 | 10010011 | 0 | 101110 | 10111 | 11001 | 101001010 | 101001 | 111010 |
Color Harmonies of #BF6793
Complementary color
Monochromatic Colors of #BF6793
Black with #BF6793
Text Example
Text Example
White with #BF6793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6793; }
p { color: rgb(191,103,147); }
H1.HeaderClassName
{
color: #BF6793;
}
.AnyTagClassName
{
color: #BF6793;
}
</style>
background-color css
<style>
a { background-color: #BF6793; }
a { background-color: rgb(191,103,147); }
div.DivClassName
{
background-color: #BF6793;
}
.BgClassName
{
background-color: #BF6793;
}
</style>
border-color css
<style>
span { border-color: #BF6793; }
span { border-color: rgb(191,103,147); }
td.TdClassName
{
border-color: #BF6793;
}
.TagClassName
{
border-color: #BF6793;
}
</style>