Shades of Perfume #B999FD
Tints of Perfume #B999FD
RGB
CMYK
RGB Variations
Color information
#B999FD (or 0xB999FD) is known color: Perfume. HEX triplet: B9, 99 and FD. RGB value is (185,153,253). Sum of RGB (Red+Green+Blue) = 185+153+253=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #B999FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B999FD is #466602. Grayscale: #ADADAD. Windows color (decimal): -4613635 or 16619961. OLE color: 16619961.
HSL color Cylindrical-coordinate representation of color #B999FD: hue angle of 259.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B999FD is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 153 | 253 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.01 |
| HSL | 259.2º | 0.96% | 0.8% | - |
| HSV(B) | 259.2º | 0.4% | 0.99% | - |
| XYZ | 49.13 | 40.19 | 98.1 | - |
| YUV | 173.97 | 172.6 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 253 | 0.27 | 0.40 | 0 | 0.01 | 259.2 | 0.96 | 0.8 |
| Hex | B9 | 99 | FD | 1B | 28 | 0 | 1 | 103 | 60 | 50 |
| Octal | 271 | 231 | 375 | 33 | 50 | 0 | 1 | 403 | 140 | 120 |
| Binary | 10111001 | 10011001 | 11111101 | 11011 | 101000 | 0 | 1 | 100000011 | 1100000 | 1010000 |
Color Harmonies of #B999FD
Complementary color
Monochromatic Colors of #B999FD
Black with #B999FD
Text Example
Text Example
White with #B999FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B999FD; }
p { color: rgb(185,153,253); }
H1.HeaderClassName
{
color: #B999FD;
}
.AnyTagClassName
{
color: #B999FD;
}
</style>
background-color css
<style>
a { background-color: #B999FD; }
a { background-color: rgb(185,153,253); }
div.DivClassName
{
background-color: #B999FD;
}
.BgClassName
{
background-color: #B999FD;
}
</style>
border-color css
<style>
span { border-color: #B999FD; }
span { border-color: rgb(185,153,253); }
td.TdClassName
{
border-color: #B999FD;
}
.TagClassName
{
border-color: #B999FD;
}
</style>