Shades of Perfume #B992F8
Tints of Perfume #B992F8
RGB
CMYK
RGB Variations
Color information
#B992F8 (or 0xB992F8) is known color: Perfume. HEX triplet: B9, 92 and F8. RGB value is (185,146,248). Sum of RGB (Red+Green+Blue) = 185+146+248=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #B992F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992F8 is #466D07. Grayscale: #A8A8A8. Windows color (decimal): -4615432 or 16290489. OLE color: 16290489.
HSL color Cylindrical-coordinate representation of color #B992F8: hue angle of 262.94º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B992F8 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 146 | 248 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.03 |
| HSL | 262.94º | 0.88% | 0.77% | - |
| HSV(B) | 262.94º | 0.41% | 0.97% | - |
| XYZ | 47.23 | 37.65 | 93.58 | - |
| YUV | 169.29 | 172.42 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 248 | 0.25 | 0.41 | 0 | 0.03 | 262.94 | 0.88 | 0.77 |
| Hex | B9 | 92 | F8 | 19 | 29 | 0 | 3 | 107 | 58 | 4D |
| Octal | 271 | 222 | 370 | 31 | 51 | 0 | 3 | 407 | 130 | 115 |
| Binary | 10111001 | 10010010 | 11111000 | 11001 | 101001 | 0 | 11 | 100000111 | 1011000 | 1001101 |
Color Harmonies of #B992F8
Complementary color
Monochromatic Colors of #B992F8
Black with #B992F8
Text Example
Text Example
White with #B992F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B992F8; }
p { color: rgb(185,146,248); }
H1.HeaderClassName
{
color: #B992F8;
}
.AnyTagClassName
{
color: #B992F8;
}
</style>
background-color css
<style>
a { background-color: #B992F8; }
a { background-color: rgb(185,146,248); }
div.DivClassName
{
background-color: #B992F8;
}
.BgClassName
{
background-color: #B992F8;
}
</style>
border-color css
<style>
span { border-color: #B992F8; }
span { border-color: rgb(185,146,248); }
td.TdClassName
{
border-color: #B992F8;
}
.TagClassName
{
border-color: #B992F8;
}
</style>