Shades of Hopbush #BF63A6
Tints of Hopbush #BF63A6
RGB
CMYK
RGB Variations
Color information
#BF63A6 (or 0xBF63A6) is known color: Hopbush. HEX triplet: BF, 63 and A6. RGB value is (191,99,166). Sum of RGB (Red+Green+Blue) = 191+99+166=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF63A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF63A6 is #409C59. Grayscale: #858585. Windows color (decimal): -4234330 or 10904511. OLE color: 10904511.
HSL color Cylindrical-coordinate representation of color #BF63A6: hue angle of 316.3º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF63A6 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 166 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.25 |
| HSL | 316.3º | 0.42% | 0.57% | - |
| HSV(B) | 316.3º | 0.48% | 0.75% | - |
| XYZ | 32.83 | 22.75 | 38.74 | - |
| YUV | 134.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 166 | 0 | 0.48 | 0.13 | 0.25 | 316.3 | 0.42 | 0.57 |
| Hex | BF | 63 | A6 | 0 | 30 | D | 19 | 13C | 2A | 39 |
| Octal | 277 | 143 | 246 | 0 | 60 | 15 | 31 | 474 | 52 | 71 |
| Binary | 10111111 | 1100011 | 10100110 | 0 | 110000 | 1101 | 11001 | 100111100 | 101010 | 111001 |
Color Harmonies of #BF63A6
Complementary color
Monochromatic Colors of #BF63A6
Black with #BF63A6
Text Example
Text Example
White with #BF63A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63A6; }
p { color: rgb(191,99,166); }
H1.HeaderClassName
{
color: #BF63A6;
}
.AnyTagClassName
{
color: #BF63A6;
}
</style>
background-color css
<style>
a { background-color: #BF63A6; }
a { background-color: rgb(191,99,166); }
div.DivClassName
{
background-color: #BF63A6;
}
.BgClassName
{
background-color: #BF63A6;
}
</style>
border-color css
<style>
span { border-color: #BF63A6; }
span { border-color: rgb(191,99,166); }
td.TdClassName
{
border-color: #BF63A6;
}
.TagClassName
{
border-color: #BF63A6;
}
</style>