Shades of Perfume #B991F4
Tints of Perfume #B991F4
RGB
CMYK
RGB Variations
Color information
#B991F4 (or 0xB991F4) is known color: Perfume. HEX triplet: B9, 91 and F4. RGB value is (185,145,244). Sum of RGB (Red+Green+Blue) = 185+145+244=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 244 (95.70% from 255 or 42.51% from 574); Max value from RGB is 244 - color contains mainly: blue. Hex color #B991F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B991F4 is #466E0B. Grayscale: #A7A7A7. Windows color (decimal): -4615692 or 16028089. OLE color: 16028089.
HSL color Cylindrical-coordinate representation of color #B991F4: hue angle of 264.24º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B991F4 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 145 | 244 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.04 |
| HSL | 264.24º | 0.82% | 0.76% | - |
| HSV(B) | 264.24º | 0.41% | 0.96% | - |
| XYZ | 46.46 | 37.1 | 90.3 | - |
| YUV | 168.25 | 170.75 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 244 | 0.24 | 0.41 | 0 | 0.04 | 264.24 | 0.82 | 0.76 |
| Hex | B9 | 91 | F4 | 18 | 29 | 0 | 4 | 108 | 52 | 4C |
| Octal | 271 | 221 | 364 | 30 | 51 | 0 | 4 | 410 | 122 | 114 |
| Binary | 10111001 | 10010001 | 11110100 | 11000 | 101001 | 0 | 100 | 100001000 | 1010010 | 1001100 |
Color Harmonies of #B991F4
Complementary color
Monochromatic Colors of #B991F4
Black with #B991F4
Text Example
Text Example
White with #B991F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B991F4; }
p { color: rgb(185,145,244); }
H1.HeaderClassName
{
color: #B991F4;
}
.AnyTagClassName
{
color: #B991F4;
}
</style>
background-color css
<style>
a { background-color: #B991F4; }
a { background-color: rgb(185,145,244); }
div.DivClassName
{
background-color: #B991F4;
}
.BgClassName
{
background-color: #B991F4;
}
</style>
border-color css
<style>
span { border-color: #B991F4; }
span { border-color: rgb(185,145,244); }
td.TdClassName
{
border-color: #B991F4;
}
.TagClassName
{
border-color: #B991F4;
}
</style>