Shades of Hopbush #BF67A4
Tints of Hopbush #BF67A4
RGB
CMYK
RGB Variations
Color information
#BF67A4 (or 0xBF67A4) is known color: Hopbush. HEX triplet: BF, 67 and A4. RGB value is (191,103,164). Sum of RGB (Red+Green+Blue) = 191+103+164=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF67A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF67A4 is #40985B. Grayscale: #888888. Windows color (decimal): -4233308 or 10774463. OLE color: 10774463.
HSL color Cylindrical-coordinate representation of color #BF67A4: hue angle of 318.41º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF67A4 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 164 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.25 |
| HSL | 318.41º | 0.41% | 0.58% | - |
| HSV(B) | 318.41º | 0.46% | 0.75% | - |
| XYZ | 33.04 | 23.46 | 37.91 | - |
| YUV | 136.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 164 | 0 | 0.46 | 0.14 | 0.25 | 318.41 | 0.41 | 0.58 |
| Hex | BF | 67 | A4 | 0 | 2E | E | 19 | 13E | 29 | 3A |
| Octal | 277 | 147 | 244 | 0 | 56 | 16 | 31 | 476 | 51 | 72 |
| Binary | 10111111 | 1100111 | 10100100 | 0 | 101110 | 1110 | 11001 | 100111110 | 101001 | 111010 |
Color Harmonies of #BF67A4
Complementary color
Monochromatic Colors of #BF67A4
Black with #BF67A4
Text Example
Text Example
White with #BF67A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF67A4; }
p { color: rgb(191,103,164); }
H1.HeaderClassName
{
color: #BF67A4;
}
.AnyTagClassName
{
color: #BF67A4;
}
</style>
background-color css
<style>
a { background-color: #BF67A4; }
a { background-color: rgb(191,103,164); }
div.DivClassName
{
background-color: #BF67A4;
}
.BgClassName
{
background-color: #BF67A4;
}
</style>
border-color css
<style>
span { border-color: #BF67A4; }
span { border-color: rgb(191,103,164); }
td.TdClassName
{
border-color: #BF67A4;
}
.TagClassName
{
border-color: #BF67A4;
}
</style>