Shades of Perfume #BF8FFA
Tints of Perfume #BF8FFA
RGB
CMYK
RGB Variations
Color information
#BF8FFA (or 0xBF8FFA) is known color: Perfume. HEX triplet: BF, 8F and FA. RGB value is (191,143,250). Sum of RGB (Red+Green+Blue) = 191+143+250=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF8FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8FFA is #407005. Grayscale: #A9A9A9. Windows color (decimal): -4222982 or 16420799. OLE color: 16420799.
HSL color Cylindrical-coordinate representation of color #BF8FFA: hue angle of 266.92º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF8FFA is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 143 | 250 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.02 |
| HSL | 266.92º | 0.91% | 0.77% | - |
| HSV(B) | 266.92º | 0.43% | 0.98% | - |
| XYZ | 48.56 | 37.62 | 95.14 | - |
| YUV | 169.55 | 173.4 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 250 | 0.24 | 0.43 | 0 | 0.02 | 266.92 | 0.91 | 0.77 |
| Hex | BF | 8F | FA | 18 | 2B | 0 | 2 | 10B | 5B | 4D |
| Octal | 277 | 217 | 372 | 30 | 53 | 0 | 2 | 413 | 133 | 115 |
| Binary | 10111111 | 10001111 | 11111010 | 11000 | 101011 | 0 | 10 | 100001011 | 1011011 | 1001101 |
Color Harmonies of #BF8FFA
Complementary color
Monochromatic Colors of #BF8FFA
Black with #BF8FFA
Text Example
Text Example
White with #BF8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FFA; }
p { color: rgb(191,143,250); }
H1.HeaderClassName
{
color: #BF8FFA;
}
.AnyTagClassName
{
color: #BF8FFA;
}
</style>
background-color css
<style>
a { background-color: #BF8FFA; }
a { background-color: rgb(191,143,250); }
div.DivClassName
{
background-color: #BF8FFA;
}
.BgClassName
{
background-color: #BF8FFA;
}
</style>
border-color css
<style>
span { border-color: #BF8FFA; }
span { border-color: rgb(191,143,250); }
td.TdClassName
{
border-color: #BF8FFA;
}
.TagClassName
{
border-color: #BF8FFA;
}
</style>