Shades of Perfume #B994FF
Tints of Perfume #B994FF
RGB
CMYK
RGB Variations
Color information
#B994FF (or 0xB994FF) is known color: Perfume. HEX triplet: B9, 94 and FF. RGB value is (185,148,255). Sum of RGB (Red+Green+Blue) = 185+148+255=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #B994FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994FF is #466B00. Grayscale: #AAAAAA. Windows color (decimal): -4614913 or 16749753. OLE color: 16749753.
HSL color Cylindrical-coordinate representation of color #B994FF: hue angle of 260.75º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B994FF is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 148 | 255 | - |
| CMYK | 0.27 | 0.42 | 0 | 0 |
| HSL | 260.75º | 1% | 0.79% | - |
| HSV(B) | 260.75º | 0.42% | 1% | - |
| XYZ | 48.65 | 38.71 | 99.52 | - |
| YUV | 171.26 | 175.26 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 255 | 0.27 | 0.42 | 0 | 0 | 260.75 | 1 | 0.79 |
| Hex | B9 | 94 | FF | 1B | 2A | 0 | 0 | 105 | 64 | 4F |
| Octal | 271 | 224 | 377 | 33 | 52 | 0 | 0 | 405 | 144 | 117 |
| Binary | 10111001 | 10010100 | 11111111 | 11011 | 101010 | 0 | 0 | 100000101 | 1100100 | 1001111 |
Color Harmonies of #B994FF
Complementary color
Monochromatic Colors of #B994FF
Black with #B994FF
Text Example
Text Example
White with #B994FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B994FF; }
p { color: rgb(185,148,255); }
H1.HeaderClassName
{
color: #B994FF;
}
.AnyTagClassName
{
color: #B994FF;
}
</style>
background-color css
<style>
a { background-color: #B994FF; }
a { background-color: rgb(185,148,255); }
div.DivClassName
{
background-color: #B994FF;
}
.BgClassName
{
background-color: #B994FF;
}
</style>
border-color css
<style>
span { border-color: #B994FF; }
span { border-color: rgb(185,148,255); }
td.TdClassName
{
border-color: #B994FF;
}
.TagClassName
{
border-color: #B994FF;
}
</style>