Shades of Perfume #B996FE
Tints of Perfume #B996FE
RGB
CMYK
RGB Variations
Color information
#B996FE (or 0xB996FE) is known color: Perfume. HEX triplet: B9, 96 and FE. RGB value is (185,150,254). Sum of RGB (Red+Green+Blue) = 185+150+254=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #B996FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B996FE is #466901. Grayscale: #ABABAB. Windows color (decimal): -4614402 or 16684729. OLE color: 16684729.
HSL color Cylindrical-coordinate representation of color #B996FE: hue angle of 260.19º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B996FE is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 150 | 254 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.00 |
| HSL | 260.19º | 0.98% | 0.79% | - |
| HSV(B) | 260.19º | 0.41% | 1% | - |
| XYZ | 48.8 | 39.28 | 98.78 | - |
| YUV | 172.32 | 174.1 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 254 | 0.27 | 0.41 | 0 | 0.00 | 260.19 | 0.98 | 0.79 |
| Hex | B9 | 96 | FE | 1B | 29 | 0 | 0 | 104 | 62 | 4F |
| Octal | 271 | 226 | 376 | 33 | 51 | 0 | 0 | 404 | 142 | 117 |
| Binary | 10111001 | 10010110 | 11111110 | 11011 | 101001 | 0 | 0 | 100000100 | 1100010 | 1001111 |
Color Harmonies of #B996FE
Complementary color
Monochromatic Colors of #B996FE
Black with #B996FE
Text Example
Text Example
White with #B996FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B996FE; }
p { color: rgb(185,150,254); }
H1.HeaderClassName
{
color: #B996FE;
}
.AnyTagClassName
{
color: #B996FE;
}
</style>
background-color css
<style>
a { background-color: #B996FE; }
a { background-color: rgb(185,150,254); }
div.DivClassName
{
background-color: #B996FE;
}
.BgClassName
{
background-color: #B996FE;
}
</style>
border-color css
<style>
span { border-color: #B996FE; }
span { border-color: rgb(185,150,254); }
td.TdClassName
{
border-color: #B996FE;
}
.TagClassName
{
border-color: #B996FE;
}
</style>