Shades of Perfume #B99FEF
Tints of Perfume #B99FEF
RGB
CMYK
RGB Variations
Color information
#B99FEF (or 0xB99FEF) is known color: Perfume. HEX triplet: B9, 9F and EF. RGB value is (185,159,239). Sum of RGB (Red+Green+Blue) = 185+159+239=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #B99FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FEF is #466010. Grayscale: #AFAFAF. Windows color (decimal): -4612113 or 15703993. OLE color: 15703993.
HSL color Cylindrical-coordinate representation of color #B99FEF: hue angle of 259.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B99FEF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 159 | 239 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.06 |
| HSL | 259.5º | 0.71% | 0.78% | - |
| HSV(B) | 259.5º | 0.33% | 0.94% | - |
| XYZ | 47.99 | 41.34 | 87.11 | - |
| YUV | 175.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 239 | 0.23 | 0.33 | 0 | 0.06 | 259.5 | 0.71 | 0.78 |
| Hex | B9 | 9F | EF | 17 | 21 | 0 | 6 | 104 | 47 | 4E |
| Octal | 271 | 237 | 357 | 27 | 41 | 0 | 6 | 404 | 107 | 116 |
| Binary | 10111001 | 10011111 | 11101111 | 10111 | 100001 | 0 | 110 | 100000100 | 1000111 | 1001110 |
Color Harmonies of #B99FEF
Complementary color
Monochromatic Colors of #B99FEF
Black with #B99FEF
Text Example
Text Example
White with #B99FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FEF; }
p { color: rgb(185,159,239); }
H1.HeaderClassName
{
color: #B99FEF;
}
.AnyTagClassName
{
color: #B99FEF;
}
</style>
background-color css
<style>
a { background-color: #B99FEF; }
a { background-color: rgb(185,159,239); }
div.DivClassName
{
background-color: #B99FEF;
}
.BgClassName
{
background-color: #B99FEF;
}
</style>
border-color css
<style>
span { border-color: #B99FEF; }
span { border-color: rgb(185,159,239); }
td.TdClassName
{
border-color: #B99FEF;
}
.TagClassName
{
border-color: #B99FEF;
}
</style>