Shades of Perfume #B994F6
Tints of Perfume #B994F6
RGB
CMYK
RGB Variations
Color information
#B994F6 (or 0xB994F6) is known color: Perfume. HEX triplet: B9, 94 and F6. RGB value is (185,148,246). Sum of RGB (Red+Green+Blue) = 185+148+246=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #B994F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994F6 is #466B09. Grayscale: #A9A9A9. Windows color (decimal): -4614922 or 16159929. OLE color: 16159929.
HSL color Cylindrical-coordinate representation of color #B994F6: hue angle of 262.65º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B994F6 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 148 | 246 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.04 |
| HSL | 262.65º | 0.84% | 0.77% | - |
| HSV(B) | 262.65º | 0.4% | 0.96% | - |
| XYZ | 47.23 | 38.15 | 92.06 | - |
| YUV | 170.24 | 170.76 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 246 | 0.25 | 0.40 | 0 | 0.04 | 262.65 | 0.84 | 0.77 |
| Hex | B9 | 94 | F6 | 19 | 28 | 0 | 4 | 107 | 54 | 4D |
| Octal | 271 | 224 | 366 | 31 | 50 | 0 | 4 | 407 | 124 | 115 |
| Binary | 10111001 | 10010100 | 11110110 | 11001 | 101000 | 0 | 100 | 100000111 | 1010100 | 1001101 |
Color Harmonies of #B994F6
Complementary color
Monochromatic Colors of #B994F6
Black with #B994F6
Text Example
Text Example
White with #B994F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B994F6; }
p { color: rgb(185,148,246); }
H1.HeaderClassName
{
color: #B994F6;
}
.AnyTagClassName
{
color: #B994F6;
}
</style>
background-color css
<style>
a { background-color: #B994F6; }
a { background-color: rgb(185,148,246); }
div.DivClassName
{
background-color: #B994F6;
}
.BgClassName
{
background-color: #B994F6;
}
</style>
border-color css
<style>
span { border-color: #B994F6; }
span { border-color: rgb(185,148,246); }
td.TdClassName
{
border-color: #B994F6;
}
.TagClassName
{
border-color: #B994F6;
}
</style>