Shades of Hopbush #BF62A1
Tints of Hopbush #BF62A1
RGB
CMYK
RGB Variations
Color information
#BF62A1 (or 0xBF62A1) is known color: Hopbush. HEX triplet: BF, 62 and A1. RGB value is (191,98,161). Sum of RGB (Red+Green+Blue) = 191+98+161=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF62A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF62A1 is #409D5E. Grayscale: #848484. Windows color (decimal): -4234591 or 10576575. OLE color: 10576575.
HSL color Cylindrical-coordinate representation of color #BF62A1: hue angle of 319.35º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF62A1 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 161 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.25 |
| HSL | 319.35º | 0.42% | 0.57% | - |
| HSV(B) | 319.35º | 0.49% | 0.75% | - |
| XYZ | 32.29 | 22.38 | 36.34 | - |
| YUV | 132.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 161 | 0 | 0.49 | 0.16 | 0.25 | 319.35 | 0.42 | 0.57 |
| Hex | BF | 62 | A1 | 0 | 31 | 10 | 19 | 13F | 2A | 39 |
| Octal | 277 | 142 | 241 | 0 | 61 | 20 | 31 | 477 | 52 | 71 |
| Binary | 10111111 | 1100010 | 10100001 | 0 | 110001 | 10000 | 11001 | 100111111 | 101010 | 111001 |
Color Harmonies of #BF62A1
Complementary color
Monochromatic Colors of #BF62A1
Black with #BF62A1
Text Example
Text Example
White with #BF62A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF62A1; }
p { color: rgb(191,98,161); }
H1.HeaderClassName
{
color: #BF62A1;
}
.AnyTagClassName
{
color: #BF62A1;
}
</style>
background-color css
<style>
a { background-color: #BF62A1; }
a { background-color: rgb(191,98,161); }
div.DivClassName
{
background-color: #BF62A1;
}
.BgClassName
{
background-color: #BF62A1;
}
</style>
border-color css
<style>
span { border-color: #BF62A1; }
span { border-color: rgb(191,98,161); }
td.TdClassName
{
border-color: #BF62A1;
}
.TagClassName
{
border-color: #BF62A1;
}
</style>