Shades of Perfume #BF9DFF
Tints of Perfume #BF9DFF
RGB
CMYK
RGB Variations
Color information
#BF9DFF (or 0xBF9DFF) is known color: Perfume. HEX triplet: BF, 9D and FF. RGB value is (191,157,255). Sum of RGB (Red+Green+Blue) = 191+157+255=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9DFF is #406200. Grayscale: #B1B1B1. Windows color (decimal): -4219393 or 16752063. OLE color: 16752063.
HSL color Cylindrical-coordinate representation of color #BF9DFF: hue angle of 260.82º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF9DFF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 157 | 255 | - |
| CMYK | 0.25 | 0.38 | 0 | 0 |
| HSL | 260.82º | 1% | 0.81% | - |
| HSV(B) | 260.82º | 0.38% | 1% | - |
| XYZ | 51.59 | 42.41 | 100.07 | - |
| YUV | 178.34 | 171.26 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 157 | 255 | 0.25 | 0.38 | 0 | 0 | 260.82 | 1 | 0.81 |
| Hex | BF | 9D | FF | 19 | 26 | 0 | 0 | 105 | 64 | 51 |
| Octal | 277 | 235 | 377 | 31 | 46 | 0 | 0 | 405 | 144 | 121 |
| Binary | 10111111 | 10011101 | 11111111 | 11001 | 100110 | 0 | 0 | 100000101 | 1100100 | 1010001 |
Color Harmonies of #BF9DFF
Complementary color
Monochromatic Colors of #BF9DFF
Black with #BF9DFF
Text Example
Text Example
White with #BF9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9DFF; }
p { color: rgb(191,157,255); }
H1.HeaderClassName
{
color: #BF9DFF;
}
.AnyTagClassName
{
color: #BF9DFF;
}
</style>
background-color css
<style>
a { background-color: #BF9DFF; }
a { background-color: rgb(191,157,255); }
div.DivClassName
{
background-color: #BF9DFF;
}
.BgClassName
{
background-color: #BF9DFF;
}
</style>
border-color css
<style>
span { border-color: #BF9DFF; }
span { border-color: rgb(191,157,255); }
td.TdClassName
{
border-color: #BF9DFF;
}
.TagClassName
{
border-color: #BF9DFF;
}
</style>