Shades of Perfume #BB8DFF
Tints of Perfume #BB8DFF
RGB
CMYK
RGB Variations
Color information
#BB8DFF (or 0xBB8DFF) is known color: Perfume. HEX triplet: BB, 8D and FF. RGB value is (187,141,255). Sum of RGB (Red+Green+Blue) = 187+141+255=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB8DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8DFF is #447200. Grayscale: #A7A7A7. Windows color (decimal): -4485633 or 16747963. OLE color: 16747963.
HSL color Cylindrical-coordinate representation of color #BB8DFF: hue angle of 264.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB8DFF is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 141 | 255 | - |
| CMYK | 0.27 | 0.45 | 0 | 0 |
| HSL | 264.21º | 1% | 0.78% | - |
| HSV(B) | 264.21º | 0.45% | 1% | - |
| XYZ | 48.07 | 36.83 | 99.18 | - |
| YUV | 167.75 | 177.24 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 255 | 0.27 | 0.45 | 0 | 0 | 264.21 | 1 | 0.78 |
| Hex | BB | 8D | FF | 1B | 2D | 0 | 0 | 108 | 64 | 4E |
| Octal | 273 | 215 | 377 | 33 | 55 | 0 | 0 | 410 | 144 | 116 |
| Binary | 10111011 | 10001101 | 11111111 | 11011 | 101101 | 0 | 0 | 100001000 | 1100100 | 1001110 |
Color Harmonies of #BB8DFF
Complementary color
Monochromatic Colors of #BB8DFF
Black with #BB8DFF
Text Example
Text Example
White with #BB8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DFF; }
p { color: rgb(187,141,255); }
H1.HeaderClassName
{
color: #BB8DFF;
}
.AnyTagClassName
{
color: #BB8DFF;
}
</style>
background-color css
<style>
a { background-color: #BB8DFF; }
a { background-color: rgb(187,141,255); }
div.DivClassName
{
background-color: #BB8DFF;
}
.BgClassName
{
background-color: #BB8DFF;
}
</style>
border-color css
<style>
span { border-color: #BB8DFF; }
span { border-color: rgb(187,141,255); }
td.TdClassName
{
border-color: #BB8DFF;
}
.TagClassName
{
border-color: #BB8DFF;
}
</style>