Shades of Perfume #B995F9
Tints of Perfume #B995F9
RGB
CMYK
RGB Variations
Color information
#B995F9 (or 0xB995F9) is known color: Perfume. HEX triplet: B9, 95 and F9. RGB value is (185,149,249). Sum of RGB (Red+Green+Blue) = 185+149+249=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #B995F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995F9 is #466A06. Grayscale: #AAAAAA. Windows color (decimal): -4614663 or 16356793. OLE color: 16356793.
HSL color Cylindrical-coordinate representation of color #B995F9: hue angle of 261.6º degrees, saturation: 0.89, 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 #B995F9 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 149 | 249 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.02 |
| HSL | 261.6º | 0.89% | 0.78% | - |
| HSV(B) | 261.6º | 0.4% | 0.98% | - |
| XYZ | 47.85 | 38.65 | 94.56 | - |
| YUV | 171.16 | 171.93 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 249 | 0.26 | 0.40 | 0 | 0.02 | 261.6 | 0.89 | 0.78 |
| Hex | B9 | 95 | F9 | 1A | 28 | 0 | 2 | 106 | 59 | 4E |
| Octal | 271 | 225 | 371 | 32 | 50 | 0 | 2 | 406 | 131 | 116 |
| Binary | 10111001 | 10010101 | 11111001 | 11010 | 101000 | 0 | 10 | 100000110 | 1011001 | 1001110 |
Color Harmonies of #B995F9
Complementary color
Monochromatic Colors of #B995F9
Black with #B995F9
Text Example
Text Example
White with #B995F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B995F9; }
p { color: rgb(185,149,249); }
H1.HeaderClassName
{
color: #B995F9;
}
.AnyTagClassName
{
color: #B995F9;
}
</style>
background-color css
<style>
a { background-color: #B995F9; }
a { background-color: rgb(185,149,249); }
div.DivClassName
{
background-color: #B995F9;
}
.BgClassName
{
background-color: #B995F9;
}
</style>
border-color css
<style>
span { border-color: #B995F9; }
span { border-color: rgb(185,149,249); }
td.TdClassName
{
border-color: #B995F9;
}
.TagClassName
{
border-color: #B995F9;
}
</style>