Shades of Perfume #B990F6
Tints of Perfume #B990F6
RGB
CMYK
RGB Variations
Color information
#B990F6 (or 0xB990F6) is known color: Perfume. HEX triplet: B9, 90 and F6. RGB value is (185,144,246). Sum of RGB (Red+Green+Blue) = 185+144+246=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #B990F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990F6 is #466F09. Grayscale: #A7A7A7. Windows color (decimal): -4615946 or 16158905. OLE color: 16158905.
HSL color Cylindrical-coordinate representation of color #B990F6: hue angle of 264.12º degrees, saturation: 0.85, 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 #B990F6 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 144 | 246 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.04 |
| HSL | 264.12º | 0.85% | 0.76% | - |
| HSV(B) | 264.12º | 0.41% | 0.96% | - |
| XYZ | 46.62 | 36.91 | 91.86 | - |
| YUV | 167.89 | 172.08 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 246 | 0.25 | 0.41 | 0 | 0.04 | 264.12 | 0.85 | 0.76 |
| Hex | B9 | 90 | F6 | 19 | 29 | 0 | 4 | 108 | 55 | 4C |
| Octal | 271 | 220 | 366 | 31 | 51 | 0 | 4 | 410 | 125 | 114 |
| Binary | 10111001 | 10010000 | 11110110 | 11001 | 101001 | 0 | 100 | 100001000 | 1010101 | 1001100 |
Color Harmonies of #B990F6
Complementary color
Monochromatic Colors of #B990F6
Black with #B990F6
Text Example
Text Example
White with #B990F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990F6; }
p { color: rgb(185,144,246); }
H1.HeaderClassName
{
color: #B990F6;
}
.AnyTagClassName
{
color: #B990F6;
}
</style>
background-color css
<style>
a { background-color: #B990F6; }
a { background-color: rgb(185,144,246); }
div.DivClassName
{
background-color: #B990F6;
}
.BgClassName
{
background-color: #B990F6;
}
</style>
border-color css
<style>
span { border-color: #B990F6; }
span { border-color: rgb(185,144,246); }
td.TdClassName
{
border-color: #B990F6;
}
.TagClassName
{
border-color: #B990F6;
}
</style>