Shades of Perfume #B49EFA
Tints of Perfume #B49EFA
RGB
CMYK
RGB Variations
Color information
#B49EFA (or 0xB49EFA) is known color: Perfume. HEX triplet: B4, 9E and FA. RGB value is (180,158,250). Sum of RGB (Red+Green+Blue) = 180+158+250=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #B49EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49EFA is #4B6105. Grayscale: #AEAEAE. Windows color (decimal): -4940038 or 16424628. OLE color: 16424628.
HSL color Cylindrical-coordinate representation of color #B49EFA: hue angle of 254.35º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B49EFA is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 158 | 250 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.02 |
| HSL | 254.35º | 0.9% | 0.8% | - |
| HSV(B) | 254.35º | 0.37% | 0.98% | - |
| XYZ | 48.3 | 41.06 | 95.82 | - |
| YUV | 175.07 | 170.29 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 250 | 0.28 | 0.37 | 0 | 0.02 | 254.35 | 0.9 | 0.8 |
| Hex | B4 | 9E | FA | 1C | 25 | 0 | 2 | FE | 5A | 50 |
| Octal | 264 | 236 | 372 | 34 | 45 | 0 | 2 | 376 | 132 | 120 |
| Binary | 10110100 | 10011110 | 11111010 | 11100 | 100101 | 0 | 10 | 11111110 | 1011010 | 1010000 |
Color Harmonies of #B49EFA
Complementary color
Monochromatic Colors of #B49EFA
Black with #B49EFA
Text Example
Text Example
White with #B49EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49EFA; }
p { color: rgb(180,158,250); }
H1.HeaderClassName
{
color: #B49EFA;
}
.AnyTagClassName
{
color: #B49EFA;
}
</style>
background-color css
<style>
a { background-color: #B49EFA; }
a { background-color: rgb(180,158,250); }
div.DivClassName
{
background-color: #B49EFA;
}
.BgClassName
{
background-color: #B49EFA;
}
</style>
border-color css
<style>
span { border-color: #B49EFA; }
span { border-color: rgb(180,158,250); }
td.TdClassName
{
border-color: #B49EFA;
}
.TagClassName
{
border-color: #B49EFA;
}
</style>