Shades of Perfume #B996FA
Tints of Perfume #B996FA
RGB
CMYK
RGB Variations
Color information
#B996FA (or 0xB996FA) is known color: Perfume. HEX triplet: B9, 96 and FA. RGB value is (185,150,250). Sum of RGB (Red+Green+Blue) = 185+150+250=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #B996FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B996FA is #466905. Grayscale: #ABABAB. Windows color (decimal): -4614406 or 16422585. OLE color: 16422585.
HSL color Cylindrical-coordinate representation of color #B996FA: hue angle of 261º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B996FA is Cyan = 0.26, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 150 | 250 | - |
| CMYK | 0.26 | 0.4 | 0 | 0.02 |
| HSL | 261º | 0.91% | 0.78% | - |
| HSV(B) | 261º | 0.4% | 0.98% | - |
| XYZ | 48.17 | 39.03 | 95.44 | - |
| YUV | 171.87 | 172.1 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 250 | 0.26 | 0.4 | 0 | 0.02 | 261 | 0.91 | 0.78 |
| Hex | B9 | 96 | FA | 1A | 28 | 0 | 2 | 105 | 5B | 4E |
| Octal | 271 | 226 | 372 | 32 | 50 | 0 | 2 | 405 | 133 | 116 |
| Binary | 10111001 | 10010110 | 11111010 | 11010 | 101000 | 0 | 10 | 100000101 | 1011011 | 1001110 |
Color Harmonies of #B996FA
Complementary color
Monochromatic Colors of #B996FA
Black with #B996FA
Text Example
Text Example
White with #B996FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B996FA; }
p { color: rgb(185,150,250); }
H1.HeaderClassName
{
color: #B996FA;
}
.AnyTagClassName
{
color: #B996FA;
}
</style>
background-color css
<style>
a { background-color: #B996FA; }
a { background-color: rgb(185,150,250); }
div.DivClassName
{
background-color: #B996FA;
}
.BgClassName
{
background-color: #B996FA;
}
</style>
border-color css
<style>
span { border-color: #B996FA; }
span { border-color: rgb(185,150,250); }
td.TdClassName
{
border-color: #B996FA;
}
.TagClassName
{
border-color: #B996FA;
}
</style>