Shades of Hopbush #BF6F9A
Tints of Hopbush #BF6F9A
RGB
CMYK
RGB Variations
Color information
#BF6F9A (or 0xBF6F9A) is known color: Hopbush. HEX triplet: BF, 6F and 9A. RGB value is (191,111,154). Sum of RGB (Red+Green+Blue) = 191+111+154=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F9A is #409065. Grayscale: #8B8B8B. Windows color (decimal): -4231270 or 10121151. OLE color: 10121151.
HSL color Cylindrical-coordinate representation of color #BF6F9A: hue angle of 327.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6F9A is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 154 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.25 |
| HSL | 327.75º | 0.38% | 0.59% | - |
| HSV(B) | 327.75º | 0.42% | 0.75% | - |
| XYZ | 33 | 24.78 | 33.62 | - |
| YUV | 139.82 | 136 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 154 | 0 | 0.42 | 0.19 | 0.25 | 327.75 | 0.38 | 0.59 |
| Hex | BF | 6F | 9A | 0 | 2A | 13 | 19 | 148 | 26 | 3B |
| Octal | 277 | 157 | 232 | 0 | 52 | 23 | 31 | 510 | 46 | 73 |
| Binary | 10111111 | 1101111 | 10011010 | 0 | 101010 | 10011 | 11001 | 101001000 | 100110 | 111011 |
Color Harmonies of #BF6F9A
Complementary color
Monochromatic Colors of #BF6F9A
Black with #BF6F9A
Text Example
Text Example
White with #BF6F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F9A; }
p { color: rgb(191,111,154); }
H1.HeaderClassName
{
color: #BF6F9A;
}
.AnyTagClassName
{
color: #BF6F9A;
}
</style>
background-color css
<style>
a { background-color: #BF6F9A; }
a { background-color: rgb(191,111,154); }
div.DivClassName
{
background-color: #BF6F9A;
}
.BgClassName
{
background-color: #BF6F9A;
}
</style>
border-color css
<style>
span { border-color: #BF6F9A; }
span { border-color: rgb(191,111,154); }
td.TdClassName
{
border-color: #BF6F9A;
}
.TagClassName
{
border-color: #BF6F9A;
}
</style>