Shades of Perfume #BB99FF
Tints of Perfume #BB99FF
RGB
CMYK
RGB Variations
Color information
#BB99FF (or 0xBB99FF) is known color: Perfume. HEX triplet: BB, 99 and FF. RGB value is (187,153,255). Sum of RGB (Red+Green+Blue) = 187+153+255=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB99FF is #446600. Grayscale: #AEAEAE. Windows color (decimal): -4482561 or 16751035. OLE color: 16751035.
HSL color Cylindrical-coordinate representation of color #BB99FF: hue angle of 260º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB99FF is Cyan = 0.27, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 153 | 255 | - |
| CMYK | 0.27 | 0.4 | 0 | 0 |
| HSL | 260º | 1% | 0.8% | - |
| HSV(B) | 260º | 0.4% | 1% | - |
| XYZ | 49.93 | 40.57 | 99.81 | - |
| YUV | 174.79 | 173.26 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 255 | 0.27 | 0.4 | 0 | 0 | 260 | 1 | 0.8 |
| Hex | BB | 99 | FF | 1B | 28 | 0 | 0 | 104 | 64 | 50 |
| Octal | 273 | 231 | 377 | 33 | 50 | 0 | 0 | 404 | 144 | 120 |
| Binary | 10111011 | 10011001 | 11111111 | 11011 | 101000 | 0 | 0 | 100000100 | 1100100 | 1010000 |
Color Harmonies of #BB99FF
Complementary color
Monochromatic Colors of #BB99FF
Black with #BB99FF
Text Example
Text Example
White with #BB99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99FF; }
p { color: rgb(187,153,255); }
H1.HeaderClassName
{
color: #BB99FF;
}
.AnyTagClassName
{
color: #BB99FF;
}
</style>
background-color css
<style>
a { background-color: #BB99FF; }
a { background-color: rgb(187,153,255); }
div.DivClassName
{
background-color: #BB99FF;
}
.BgClassName
{
background-color: #BB99FF;
}
</style>
border-color css
<style>
span { border-color: #BB99FF; }
span { border-color: rgb(187,153,255); }
td.TdClassName
{
border-color: #BB99FF;
}
.TagClassName
{
border-color: #BB99FF;
}
</style>