Shades of Hopbush #BF6394
Tints of Hopbush #BF6394
RGB
CMYK
RGB Variations
Color information
#BF6394 (or 0xBF6394) is known color: Hopbush. HEX triplet: BF, 63 and 94. RGB value is (191,99,148). Sum of RGB (Red+Green+Blue) = 191+99+148=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6394 is #409C6B. Grayscale: #838383. Windows color (decimal): -4234348 or 9724863. OLE color: 9724863.
HSL color Cylindrical-coordinate representation of color #BF6394: hue angle of 328.04º 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 #BF6394 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 148 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.25 |
| HSL | 328.04º | 0.42% | 0.57% | - |
| HSV(B) | 328.04º | 0.48% | 0.75% | - |
| XYZ | 31.29 | 22.14 | 30.64 | - |
| YUV | 132.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 148 | 0 | 0.48 | 0.23 | 0.25 | 328.04 | 0.42 | 0.57 |
| Hex | BF | 63 | 94 | 0 | 30 | 17 | 19 | 148 | 2A | 39 |
| Octal | 277 | 143 | 224 | 0 | 60 | 27 | 31 | 510 | 52 | 71 |
| Binary | 10111111 | 1100011 | 10010100 | 0 | 110000 | 10111 | 11001 | 101001000 | 101010 | 111001 |
Color Harmonies of #BF6394
Complementary color
Monochromatic Colors of #BF6394
Black with #BF6394
Text Example
Text Example
White with #BF6394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6394; }
p { color: rgb(191,99,148); }
H1.HeaderClassName
{
color: #BF6394;
}
.AnyTagClassName
{
color: #BF6394;
}
</style>
background-color css
<style>
a { background-color: #BF6394; }
a { background-color: rgb(191,99,148); }
div.DivClassName
{
background-color: #BF6394;
}
.BgClassName
{
background-color: #BF6394;
}
</style>
border-color css
<style>
span { border-color: #BF6394; }
span { border-color: rgb(191,99,148); }
td.TdClassName
{
border-color: #BF6394;
}
.TagClassName
{
border-color: #BF6394;
}
</style>