Shades of Perfume #B997FD
Tints of Perfume #B997FD
RGB
CMYK
RGB Variations
Color information
#B997FD (or 0xB997FD) is known color: Perfume. HEX triplet: B9, 97 and FD. RGB value is (185,151,253). Sum of RGB (Red+Green+Blue) = 185+151+253=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #B997FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B997FD is #466802. Grayscale: #ACACAC. Windows color (decimal): -4614147 or 16619449. OLE color: 16619449.
HSL color Cylindrical-coordinate representation of color #B997FD: hue angle of 260º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B997FD is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 151 | 253 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.01 |
| HSL | 260º | 0.96% | 0.79% | - |
| HSV(B) | 260º | 0.4% | 0.99% | - |
| XYZ | 48.8 | 39.54 | 97.99 | - |
| YUV | 172.79 | 173.26 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 253 | 0.27 | 0.40 | 0 | 0.01 | 260 | 0.96 | 0.79 |
| Hex | B9 | 97 | FD | 1B | 28 | 0 | 1 | 104 | 60 | 4F |
| Octal | 271 | 227 | 375 | 33 | 50 | 0 | 1 | 404 | 140 | 117 |
| Binary | 10111001 | 10010111 | 11111101 | 11011 | 101000 | 0 | 1 | 100000100 | 1100000 | 1001111 |
Color Harmonies of #B997FD
Complementary color
Monochromatic Colors of #B997FD
Black with #B997FD
Text Example
Text Example
White with #B997FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B997FD; }
p { color: rgb(185,151,253); }
H1.HeaderClassName
{
color: #B997FD;
}
.AnyTagClassName
{
color: #B997FD;
}
</style>
background-color css
<style>
a { background-color: #B997FD; }
a { background-color: rgb(185,151,253); }
div.DivClassName
{
background-color: #B997FD;
}
.BgClassName
{
background-color: #B997FD;
}
</style>
border-color css
<style>
span { border-color: #B997FD; }
span { border-color: rgb(185,151,253); }
td.TdClassName
{
border-color: #B997FD;
}
.TagClassName
{
border-color: #B997FD;
}
</style>