Shades of Perfume #BB92FF
Tints of Perfume #BB92FF
RGB
CMYK
RGB Variations
Color information
#BB92FF (or 0xBB92FF) is known color: Perfume. HEX triplet: BB, 92 and FF. RGB value is (187,146,255). Sum of RGB (Red+Green+Blue) = 187+146+255=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB92FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB92FF is #446D00. Grayscale: #AAAAAA. Windows color (decimal): -4484353 or 16749243. OLE color: 16749243.
HSL color Cylindrical-coordinate representation of color #BB92FF: hue angle of 262.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB92FF is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 146 | 255 | - |
| CMYK | 0.27 | 0.43 | 0 | 0 |
| HSL | 262.57º | 1% | 0.79% | - |
| HSV(B) | 262.57º | 0.43% | 1% | - |
| XYZ | 48.82 | 38.34 | 99.44 | - |
| YUV | 170.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 255 | 0.27 | 0.43 | 0 | 0 | 262.57 | 1 | 0.79 |
| Hex | BB | 92 | FF | 1B | 2B | 0 | 0 | 107 | 64 | 4F |
| Octal | 273 | 222 | 377 | 33 | 53 | 0 | 0 | 407 | 144 | 117 |
| Binary | 10111011 | 10010010 | 11111111 | 11011 | 101011 | 0 | 0 | 100000111 | 1100100 | 1001111 |
Color Harmonies of #BB92FF
Complementary color
Monochromatic Colors of #BB92FF
Black with #BB92FF
Text Example
Text Example
White with #BB92FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92FF; }
p { color: rgb(187,146,255); }
H1.HeaderClassName
{
color: #BB92FF;
}
.AnyTagClassName
{
color: #BB92FF;
}
</style>
background-color css
<style>
a { background-color: #BB92FF; }
a { background-color: rgb(187,146,255); }
div.DivClassName
{
background-color: #BB92FF;
}
.BgClassName
{
background-color: #BB92FF;
}
</style>
border-color css
<style>
span { border-color: #BB92FF; }
span { border-color: rgb(187,146,255); }
td.TdClassName
{
border-color: #BB92FF;
}
.TagClassName
{
border-color: #BB92FF;
}
</style>