Shades of Perfume #B99FFF
Tints of Perfume #B99FFF
RGB
CMYK
RGB Variations
Color information
#B99FFF (or 0xB99FFF) is known color: Perfume. HEX triplet: B9, 9F and FF. RGB value is (185,159,255). Sum of RGB (Red+Green+Blue) = 185+159+255=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #B99FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FFF is #466000. Grayscale: #B1B1B1. Windows color (decimal): -4612097 or 16752569. OLE color: 16752569.
HSL color Cylindrical-coordinate representation of color #B99FFF: hue angle of 256.25º 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 #B99FFF is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 159 | 255 | - |
| CMYK | 0.27 | 0.38 | 0 | 0 |
| HSL | 256.25º | 1% | 0.81% | - |
| HSV(B) | 256.25º | 0.38% | 1% | - |
| XYZ | 50.46 | 42.33 | 100.12 | - |
| YUV | 177.72 | 171.61 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 255 | 0.27 | 0.38 | 0 | 0 | 256.25 | 1 | 0.81 |
| Hex | B9 | 9F | FF | 1B | 26 | 0 | 0 | 100 | 64 | 51 |
| Octal | 271 | 237 | 377 | 33 | 46 | 0 | 0 | 400 | 144 | 121 |
| Binary | 10111001 | 10011111 | 11111111 | 11011 | 100110 | 0 | 0 | 100000000 | 1100100 | 1010001 |
Color Harmonies of #B99FFF
Complementary color
Monochromatic Colors of #B99FFF
Black with #B99FFF
Text Example
Text Example
White with #B99FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FFF; }
p { color: rgb(185,159,255); }
H1.HeaderClassName
{
color: #B99FFF;
}
.AnyTagClassName
{
color: #B99FFF;
}
</style>
background-color css
<style>
a { background-color: #B99FFF; }
a { background-color: rgb(185,159,255); }
div.DivClassName
{
background-color: #B99FFF;
}
.BgClassName
{
background-color: #B99FFF;
}
</style>
border-color css
<style>
span { border-color: #B99FFF; }
span { border-color: rgb(185,159,255); }
td.TdClassName
{
border-color: #B99FFF;
}
.TagClassName
{
border-color: #B99FFF;
}
</style>