Shades of Perfume #B997F9
Tints of Perfume #B997F9
RGB
CMYK
RGB Variations
Color information
#B997F9 (or 0xB997F9) is known color: Perfume. HEX triplet: B9, 97 and F9. RGB value is (185,151,249). Sum of RGB (Red+Green+Blue) = 185+151+249=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #B997F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B997F9 is #466806. Grayscale: #ABABAB. Windows color (decimal): -4614151 or 16357305. OLE color: 16357305.
HSL color Cylindrical-coordinate representation of color #B997F9: hue angle of 260.82º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B997F9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 151 | 249 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.02 |
| HSL | 260.82º | 0.89% | 0.78% | - |
| HSV(B) | 260.82º | 0.39% | 0.98% | - |
| XYZ | 48.17 | 39.29 | 94.67 | - |
| YUV | 172.34 | 171.26 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 249 | 0.26 | 0.39 | 0 | 0.02 | 260.82 | 0.89 | 0.78 |
| Hex | B9 | 97 | F9 | 1A | 27 | 0 | 2 | 105 | 59 | 4E |
| Octal | 271 | 227 | 371 | 32 | 47 | 0 | 2 | 405 | 131 | 116 |
| Binary | 10111001 | 10010111 | 11111001 | 11010 | 100111 | 0 | 10 | 100000101 | 1011001 | 1001110 |
Color Harmonies of #B997F9
Complementary color
Monochromatic Colors of #B997F9
Black with #B997F9
Text Example
Text Example
White with #B997F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B997F9; }
p { color: rgb(185,151,249); }
H1.HeaderClassName
{
color: #B997F9;
}
.AnyTagClassName
{
color: #B997F9;
}
</style>
background-color css
<style>
a { background-color: #B997F9; }
a { background-color: rgb(185,151,249); }
div.DivClassName
{
background-color: #B997F9;
}
.BgClassName
{
background-color: #B997F9;
}
</style>
border-color css
<style>
span { border-color: #B997F9; }
span { border-color: rgb(185,151,249); }
td.TdClassName
{
border-color: #B997F9;
}
.TagClassName
{
border-color: #B997F9;
}
</style>