Shades of Perfume #B991F6
Tints of Perfume #B991F6
RGB
CMYK
RGB Variations
Color information
#B991F6 (or 0xB991F6) is known color: Perfume. HEX triplet: B9, 91 and F6. RGB value is (185,145,246). Sum of RGB (Red+Green+Blue) = 185+145+246=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #B991F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B991F6 is #466E09. Grayscale: #A8A8A8. Windows color (decimal): -4615690 or 16159161. OLE color: 16159161.
HSL color Cylindrical-coordinate representation of color #B991F6: hue angle of 263.76º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B991F6 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 145 | 246 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.04 |
| HSL | 263.76º | 0.85% | 0.77% | - |
| HSV(B) | 263.76º | 0.41% | 0.96% | - |
| XYZ | 46.77 | 37.22 | 91.91 | - |
| YUV | 168.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 246 | 0.25 | 0.41 | 0 | 0.04 | 263.76 | 0.85 | 0.77 |
| Hex | B9 | 91 | F6 | 19 | 29 | 0 | 4 | 108 | 55 | 4D |
| Octal | 271 | 221 | 366 | 31 | 51 | 0 | 4 | 410 | 125 | 115 |
| Binary | 10111001 | 10010001 | 11110110 | 11001 | 101001 | 0 | 100 | 100001000 | 1010101 | 1001101 |
Color Harmonies of #B991F6
Complementary color
Monochromatic Colors of #B991F6
Black with #B991F6
Text Example
Text Example
White with #B991F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B991F6; }
p { color: rgb(185,145,246); }
H1.HeaderClassName
{
color: #B991F6;
}
.AnyTagClassName
{
color: #B991F6;
}
</style>
background-color css
<style>
a { background-color: #B991F6; }
a { background-color: rgb(185,145,246); }
div.DivClassName
{
background-color: #B991F6;
}
.BgClassName
{
background-color: #B991F6;
}
</style>
border-color css
<style>
span { border-color: #B991F6; }
span { border-color: rgb(185,145,246); }
td.TdClassName
{
border-color: #B991F6;
}
.TagClassName
{
border-color: #B991F6;
}
</style>