Shades of Perfume #B99EFF
Tints of Perfume #B99EFF
RGB
CMYK
RGB Variations
Color information
#B99EFF (or 0xB99EFF) is known color: Perfume. HEX triplet: B9, 9E and FF. RGB value is (185,158,255). Sum of RGB (Red+Green+Blue) = 185+158+255=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #B99EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EFF is #466100. Grayscale: #B0B0B0. Windows color (decimal): -4612353 or 16752313. OLE color: 16752313.
HSL color Cylindrical-coordinate representation of color #B99EFF: hue angle of 256.7º 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 #B99EFF is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 158 | 255 | - |
| CMYK | 0.27 | 0.38 | 0 | 0 |
| HSL | 256.7º | 1% | 0.81% | - |
| HSV(B) | 256.7º | 0.38% | 1% | - |
| XYZ | 50.28 | 41.99 | 100.06 | - |
| YUV | 177.13 | 171.95 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 255 | 0.27 | 0.38 | 0 | 0 | 256.7 | 1 | 0.81 |
| Hex | B9 | 9E | FF | 1B | 26 | 0 | 0 | 101 | 64 | 51 |
| Octal | 271 | 236 | 377 | 33 | 46 | 0 | 0 | 401 | 144 | 121 |
| Binary | 10111001 | 10011110 | 11111111 | 11011 | 100110 | 0 | 0 | 100000001 | 1100100 | 1010001 |
Color Harmonies of #B99EFF
Complementary color
Monochromatic Colors of #B99EFF
Black with #B99EFF
Text Example
Text Example
White with #B99EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99EFF; }
p { color: rgb(185,158,255); }
H1.HeaderClassName
{
color: #B99EFF;
}
.AnyTagClassName
{
color: #B99EFF;
}
</style>
background-color css
<style>
a { background-color: #B99EFF; }
a { background-color: rgb(185,158,255); }
div.DivClassName
{
background-color: #B99EFF;
}
.BgClassName
{
background-color: #B99EFF;
}
</style>
border-color css
<style>
span { border-color: #B99EFF; }
span { border-color: rgb(185,158,255); }
td.TdClassName
{
border-color: #B99EFF;
}
.TagClassName
{
border-color: #B99EFF;
}
</style>