Shades of Perfume #BB97F1
Tints of Perfume #BB97F1
RGB
CMYK
RGB Variations
Color information
#BB97F1 (or 0xBB97F1) is known color: Perfume. HEX triplet: BB, 97 and F1. RGB value is (187,151,241). Sum of RGB (Red+Green+Blue) = 187+151+241=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB97F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB97F1 is #44680E. Grayscale: #ABABAB. Windows color (decimal): -4483087 or 15833019. OLE color: 15833019.
HSL color Cylindrical-coordinate representation of color #BB97F1: hue angle of 264º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB97F1 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 151 | 241 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.05 |
| HSL | 264º | 0.76% | 0.77% | - |
| HSV(B) | 264º | 0.37% | 0.95% | - |
| XYZ | 47.44 | 39.05 | 88.26 | - |
| YUV | 172.02 | 166.93 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 241 | 0.22 | 0.37 | 0 | 0.05 | 264 | 0.76 | 0.77 |
| Hex | BB | 97 | F1 | 16 | 25 | 0 | 5 | 108 | 4C | 4D |
| Octal | 273 | 227 | 361 | 26 | 45 | 0 | 5 | 410 | 114 | 115 |
| Binary | 10111011 | 10010111 | 11110001 | 10110 | 100101 | 0 | 101 | 100001000 | 1001100 | 1001101 |
Color Harmonies of #BB97F1
Complementary color
Monochromatic Colors of #BB97F1
Black with #BB97F1
Text Example
Text Example
White with #BB97F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB97F1; }
p { color: rgb(187,151,241); }
H1.HeaderClassName
{
color: #BB97F1;
}
.AnyTagClassName
{
color: #BB97F1;
}
</style>
background-color css
<style>
a { background-color: #BB97F1; }
a { background-color: rgb(187,151,241); }
div.DivClassName
{
background-color: #BB97F1;
}
.BgClassName
{
background-color: #BB97F1;
}
</style>
border-color css
<style>
span { border-color: #BB97F1; }
span { border-color: rgb(187,151,241); }
td.TdClassName
{
border-color: #BB97F1;
}
.TagClassName
{
border-color: #BB97F1;
}
</style>