Shades of Hopbush #BF638B
Tints of Hopbush #BF638B
RGB
CMYK
RGB Variations
Color information
#BF638B (or 0xBF638B) is known color: Hopbush. HEX triplet: BF, 63 and 8B. RGB value is (191,99,139). Sum of RGB (Red+Green+Blue) = 191+99+139=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF638B is #409C74. Grayscale: #838383. Windows color (decimal): -4234357 or 9135039. OLE color: 9135039.
HSL color Cylindrical-coordinate representation of color #BF638B: hue angle of 333.91º 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 #BF638B is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 139 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.25 |
| HSL | 333.91º | 0.42% | 0.57% | - |
| HSV(B) | 333.91º | 0.48% | 0.75% | - |
| XYZ | 30.61 | 21.86 | 27.03 | - |
| YUV | 131.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 139 | 0 | 0.48 | 0.27 | 0.25 | 333.91 | 0.42 | 0.57 |
| Hex | BF | 63 | 8B | 0 | 30 | 1B | 19 | 14E | 2A | 39 |
| Octal | 277 | 143 | 213 | 0 | 60 | 33 | 31 | 516 | 52 | 71 |
| Binary | 10111111 | 1100011 | 10001011 | 0 | 110000 | 11011 | 11001 | 101001110 | 101010 | 111001 |
Color Harmonies of #BF638B
Complementary color
Monochromatic Colors of #BF638B
Black with #BF638B
Text Example
Text Example
White with #BF638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF638B; }
p { color: rgb(191,99,139); }
H1.HeaderClassName
{
color: #BF638B;
}
.AnyTagClassName
{
color: #BF638B;
}
</style>
background-color css
<style>
a { background-color: #BF638B; }
a { background-color: rgb(191,99,139); }
div.DivClassName
{
background-color: #BF638B;
}
.BgClassName
{
background-color: #BF638B;
}
</style>
border-color css
<style>
span { border-color: #BF638B; }
span { border-color: rgb(191,99,139); }
td.TdClassName
{
border-color: #BF638B;
}
.TagClassName
{
border-color: #BF638B;
}
</style>