Shades of Perfume #B992F4
Tints of Perfume #B992F4
RGB
CMYK
RGB Variations
Color information
#B992F4 (or 0xB992F4) is known color: Perfume. HEX triplet: B9, 92 and F4. RGB value is (185,146,244). Sum of RGB (Red+Green+Blue) = 185+146+244=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 244 (95.70% from 255 or 42.43% from 575); Max value from RGB is 244 - color contains mainly: blue. Hex color #B992F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992F4 is #466D0B. Grayscale: #A8A8A8. Windows color (decimal): -4615436 or 16028345. OLE color: 16028345.
HSL color Cylindrical-coordinate representation of color #B992F4: hue angle of 263.88º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B992F4 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 146 | 244 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.04 |
| HSL | 263.88º | 0.82% | 0.76% | - |
| HSV(B) | 263.88º | 0.4% | 0.96% | - |
| XYZ | 46.62 | 37.4 | 90.35 | - |
| YUV | 168.83 | 170.42 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 244 | 0.24 | 0.40 | 0 | 0.04 | 263.88 | 0.82 | 0.76 |
| Hex | B9 | 92 | F4 | 18 | 28 | 0 | 4 | 108 | 52 | 4C |
| Octal | 271 | 222 | 364 | 30 | 50 | 0 | 4 | 410 | 122 | 114 |
| Binary | 10111001 | 10010010 | 11110100 | 11000 | 101000 | 0 | 100 | 100001000 | 1010010 | 1001100 |
Color Harmonies of #B992F4
Complementary color
Monochromatic Colors of #B992F4
Black with #B992F4
Text Example
Text Example
White with #B992F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B992F4; }
p { color: rgb(185,146,244); }
H1.HeaderClassName
{
color: #B992F4;
}
.AnyTagClassName
{
color: #B992F4;
}
</style>
background-color css
<style>
a { background-color: #B992F4; }
a { background-color: rgb(185,146,244); }
div.DivClassName
{
background-color: #B992F4;
}
.BgClassName
{
background-color: #B992F4;
}
</style>
border-color css
<style>
span { border-color: #B992F4; }
span { border-color: rgb(185,146,244); }
td.TdClassName
{
border-color: #B992F4;
}
.TagClassName
{
border-color: #B992F4;
}
</style>