Shades of Perfume #BF8FFF
Tints of Perfume #BF8FFF
RGB
CMYK
RGB Variations
Color information
#BF8FFF (or 0xBF8FFF) is known color: Perfume. HEX triplet: BF, 8F and FF. RGB value is (191,143,255). Sum of RGB (Red+Green+Blue) = 191+143+255=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF8FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8FFF is #407000. Grayscale: #A9A9A9. Windows color (decimal): -4222977 or 16748479. OLE color: 16748479.
HSL color Cylindrical-coordinate representation of color #BF8FFF: hue angle of 265.71º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF8FFF is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 143 | 255 | - |
| CMYK | 0.25 | 0.44 | 0 | 0 |
| HSL | 265.71º | 1% | 0.78% | - |
| HSV(B) | 265.71º | 0.44% | 1% | - |
| XYZ | 49.36 | 37.94 | 99.33 | - |
| YUV | 170.12 | 175.9 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 255 | 0.25 | 0.44 | 0 | 0 | 265.71 | 1 | 0.78 |
| Hex | BF | 8F | FF | 19 | 2C | 0 | 0 | 10A | 64 | 4E |
| Octal | 277 | 217 | 377 | 31 | 54 | 0 | 0 | 412 | 144 | 116 |
| Binary | 10111111 | 10001111 | 11111111 | 11001 | 101100 | 0 | 0 | 100001010 | 1100100 | 1001110 |
Color Harmonies of #BF8FFF
Complementary color
Monochromatic Colors of #BF8FFF
Black with #BF8FFF
Text Example
Text Example
White with #BF8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FFF; }
p { color: rgb(191,143,255); }
H1.HeaderClassName
{
color: #BF8FFF;
}
.AnyTagClassName
{
color: #BF8FFF;
}
</style>
background-color css
<style>
a { background-color: #BF8FFF; }
a { background-color: rgb(191,143,255); }
div.DivClassName
{
background-color: #BF8FFF;
}
.BgClassName
{
background-color: #BF8FFF;
}
</style>
border-color css
<style>
span { border-color: #BF8FFF; }
span { border-color: rgb(191,143,255); }
td.TdClassName
{
border-color: #BF8FFF;
}
.TagClassName
{
border-color: #BF8FFF;
}
</style>