Shades of Hopbush #BF628D
Tints of Hopbush #BF628D
RGB
CMYK
RGB Variations
Color information
#BF628D (or 0xBF628D) is known color: Hopbush. HEX triplet: BF, 62 and 8D. RGB value is (191,98,141). Sum of RGB (Red+Green+Blue) = 191+98+141=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF628D is #409D72. Grayscale: #828282. Windows color (decimal): -4234611 or 9265855. OLE color: 9265855.
HSL color Cylindrical-coordinate representation of color #BF628D: hue angle of 332.26º 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 #BF628D is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 141 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.25 |
| HSL | 332.26º | 0.42% | 0.57% | - |
| HSV(B) | 332.26º | 0.49% | 0.75% | - |
| XYZ | 30.66 | 21.73 | 27.78 | - |
| YUV | 130.71 | 133.81 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 141 | 0 | 0.49 | 0.26 | 0.25 | 332.26 | 0.42 | 0.57 |
| Hex | BF | 62 | 8D | 0 | 31 | 1A | 19 | 14C | 2A | 39 |
| Octal | 277 | 142 | 215 | 0 | 61 | 32 | 31 | 514 | 52 | 71 |
| Binary | 10111111 | 1100010 | 10001101 | 0 | 110001 | 11010 | 11001 | 101001100 | 101010 | 111001 |
Color Harmonies of #BF628D
Complementary color
Monochromatic Colors of #BF628D
Black with #BF628D
Text Example
Text Example
White with #BF628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF628D; }
p { color: rgb(191,98,141); }
H1.HeaderClassName
{
color: #BF628D;
}
.AnyTagClassName
{
color: #BF628D;
}
</style>
background-color css
<style>
a { background-color: #BF628D; }
a { background-color: rgb(191,98,141); }
div.DivClassName
{
background-color: #BF628D;
}
.BgClassName
{
background-color: #BF628D;
}
</style>
border-color css
<style>
span { border-color: #BF628D; }
span { border-color: rgb(191,98,141); }
td.TdClassName
{
border-color: #BF628D;
}
.TagClassName
{
border-color: #BF628D;
}
</style>