Shades of Perfume #B892F9
Tints of Perfume #B892F9
RGB
CMYK
RGB Variations
Color information
#B892F9 (or 0xB892F9) is known color: Perfume. HEX triplet: B8, 92 and F9. RGB value is (184,146,249). Sum of RGB (Red+Green+Blue) = 184+146+249=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #B892F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B892F9 is #476D06. Grayscale: #A8A8A8. Windows color (decimal): -4680967 or 16356024. OLE color: 16356024.
HSL color Cylindrical-coordinate representation of color #B892F9: hue angle of 262.14º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B892F9 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 146 | 249 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.02 |
| HSL | 262.14º | 0.9% | 0.77% | - |
| HSV(B) | 262.14º | 0.41% | 0.98% | - |
| XYZ | 47.14 | 37.59 | 94.39 | - |
| YUV | 169.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 249 | 0.26 | 0.41 | 0 | 0.02 | 262.14 | 0.9 | 0.77 |
| Hex | B8 | 92 | F9 | 1A | 29 | 0 | 2 | 106 | 5A | 4D |
| Octal | 270 | 222 | 371 | 32 | 51 | 0 | 2 | 406 | 132 | 115 |
| Binary | 10111000 | 10010010 | 11111001 | 11010 | 101001 | 0 | 10 | 100000110 | 1011010 | 1001101 |
Color Harmonies of #B892F9
Complementary color
Monochromatic Colors of #B892F9
Black with #B892F9
Text Example
Text Example
White with #B892F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892F9; }
p { color: rgb(184,146,249); }
H1.HeaderClassName
{
color: #B892F9;
}
.AnyTagClassName
{
color: #B892F9;
}
</style>
background-color css
<style>
a { background-color: #B892F9; }
a { background-color: rgb(184,146,249); }
div.DivClassName
{
background-color: #B892F9;
}
.BgClassName
{
background-color: #B892F9;
}
</style>
border-color css
<style>
span { border-color: #B892F9; }
span { border-color: rgb(184,146,249); }
td.TdClassName
{
border-color: #B892F9;
}
.TagClassName
{
border-color: #B892F9;
}
</style>