Shades of Perfume #B992F2
Tints of Perfume #B992F2
RGB
CMYK
RGB Variations
Color information
#B992F2 (or 0xB992F2) is known color: Perfume. HEX triplet: B9, 92 and F2. RGB value is (185,146,242). Sum of RGB (Red+Green+Blue) = 185+146+242=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #B992F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992F2 is #466D0D. Grayscale: #A8A8A8. Windows color (decimal): -4615438 or 15897273. OLE color: 15897273.
HSL color Cylindrical-coordinate representation of color #B992F2: hue angle of 264.38º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B992F2 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 146 | 242 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.05 |
| HSL | 264.38º | 0.79% | 0.76% | - |
| HSV(B) | 264.38º | 0.4% | 0.95% | - |
| XYZ | 46.31 | 37.28 | 88.76 | - |
| YUV | 168.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 242 | 0.24 | 0.40 | 0 | 0.05 | 264.38 | 0.79 | 0.76 |
| Hex | B9 | 92 | F2 | 18 | 28 | 0 | 5 | 108 | 4F | 4C |
| Octal | 271 | 222 | 362 | 30 | 50 | 0 | 5 | 410 | 117 | 114 |
| Binary | 10111001 | 10010010 | 11110010 | 11000 | 101000 | 0 | 101 | 100001000 | 1001111 | 1001100 |
Color Harmonies of #B992F2
Complementary color
Monochromatic Colors of #B992F2
Black with #B992F2
Text Example
Text Example
White with #B992F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B992F2; }
p { color: rgb(185,146,242); }
H1.HeaderClassName
{
color: #B992F2;
}
.AnyTagClassName
{
color: #B992F2;
}
</style>
background-color css
<style>
a { background-color: #B992F2; }
a { background-color: rgb(185,146,242); }
div.DivClassName
{
background-color: #B992F2;
}
.BgClassName
{
background-color: #B992F2;
}
</style>
border-color css
<style>
span { border-color: #B992F2; }
span { border-color: rgb(185,146,242); }
td.TdClassName
{
border-color: #B992F2;
}
.TagClassName
{
border-color: #B992F2;
}
</style>