Shades of Bouquet #BF78A8
Tints of Bouquet #BF78A8
RGB
CMYK
RGB Variations
Color information
#BF78A8 (or 0xBF78A8) is known color: Bouquet. HEX triplet: BF, 78 and A8. RGB value is (191,120,168). Sum of RGB (Red+Green+Blue) = 191+120+168=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF78A8 is #408757. Grayscale: #929292. Windows color (decimal): -4228952 or 11040959. OLE color: 11040959.
HSL color Cylindrical-coordinate representation of color #BF78A8: hue angle of 319.44º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF78A8 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 168 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.25 |
| HSL | 319.44º | 0.36% | 0.61% | - |
| HSV(B) | 319.44º | 0.37% | 0.75% | - |
| XYZ | 35.27 | 27.34 | 40.46 | - |
| YUV | 146.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 168 | 0 | 0.37 | 0.12 | 0.25 | 319.44 | 0.36 | 0.61 |
| Hex | BF | 78 | A8 | 0 | 25 | C | 19 | 13F | 24 | 3D |
| Octal | 277 | 170 | 250 | 0 | 45 | 14 | 31 | 477 | 44 | 75 |
| Binary | 10111111 | 1111000 | 10101000 | 0 | 100101 | 1100 | 11001 | 100111111 | 100100 | 111101 |
Color Harmonies of #BF78A8
Complementary color
Monochromatic Colors of #BF78A8
Black with #BF78A8
Text Example
Text Example
White with #BF78A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF78A8; }
p { color: rgb(191,120,168); }
H1.HeaderClassName
{
color: #BF78A8;
}
.AnyTagClassName
{
color: #BF78A8;
}
</style>
background-color css
<style>
a { background-color: #BF78A8; }
a { background-color: rgb(191,120,168); }
div.DivClassName
{
background-color: #BF78A8;
}
.BgClassName
{
background-color: #BF78A8;
}
</style>
border-color css
<style>
span { border-color: #BF78A8; }
span { border-color: rgb(191,120,168); }
td.TdClassName
{
border-color: #BF78A8;
}
.TagClassName
{
border-color: #BF78A8;
}
</style>