Shades of Perfume #BB9FFF
Tints of Perfume #BB9FFF
RGB
CMYK
RGB Variations
Color information
#BB9FFF (or 0xBB9FFF) is known color: Perfume. HEX triplet: BB, 9F and FF. RGB value is (187,159,255). Sum of RGB (Red+Green+Blue) = 187+159+255=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FFF is #446000. Grayscale: #B1B1B1. Windows color (decimal): -4481025 or 16752571. OLE color: 16752571.
HSL color Cylindrical-coordinate representation of color #BB9FFF: hue angle of 257.5º 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 #BB9FFF is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 159 | 255 | - |
| CMYK | 0.27 | 0.38 | 0 | 0 |
| HSL | 257.5º | 1% | 0.81% | - |
| HSV(B) | 257.5º | 0.38% | 1% | - |
| XYZ | 50.94 | 42.58 | 100.14 | - |
| YUV | 178.32 | 171.28 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 255 | 0.27 | 0.38 | 0 | 0 | 257.5 | 1 | 0.81 |
| Hex | BB | 9F | FF | 1B | 26 | 0 | 0 | 102 | 64 | 51 |
| Octal | 273 | 237 | 377 | 33 | 46 | 0 | 0 | 402 | 144 | 121 |
| Binary | 10111011 | 10011111 | 11111111 | 11011 | 100110 | 0 | 0 | 100000010 | 1100100 | 1010001 |
Color Harmonies of #BB9FFF
Complementary color
Monochromatic Colors of #BB9FFF
Black with #BB9FFF
Text Example
Text Example
White with #BB9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FFF; }
p { color: rgb(187,159,255); }
H1.HeaderClassName
{
color: #BB9FFF;
}
.AnyTagClassName
{
color: #BB9FFF;
}
</style>
background-color css
<style>
a { background-color: #BB9FFF; }
a { background-color: rgb(187,159,255); }
div.DivClassName
{
background-color: #BB9FFF;
}
.BgClassName
{
background-color: #BB9FFF;
}
</style>
border-color css
<style>
span { border-color: #BB9FFF; }
span { border-color: rgb(187,159,255); }
td.TdClassName
{
border-color: #BB9FFF;
}
.TagClassName
{
border-color: #BB9FFF;
}
</style>