Shades of Perfume #B49EFB
Tints of Perfume #B49EFB
RGB
CMYK
RGB Variations
Color information
#B49EFB (or 0xB49EFB) is known color: Perfume. HEX triplet: B4, 9E and FB. RGB value is (180,158,251). Sum of RGB (Red+Green+Blue) = 180+158+251=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #B49EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49EFB is #4B6104. Grayscale: #AEAEAE. Windows color (decimal): -4940037 or 16490164. OLE color: 16490164.
HSL color Cylindrical-coordinate representation of color #B49EFB: hue angle of 254.19º degrees, saturation: 0.92, 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 #B49EFB is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 158 | 251 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.02 |
| HSL | 254.19º | 0.92% | 0.8% | - |
| HSV(B) | 254.19º | 0.37% | 0.98% | - |
| XYZ | 48.46 | 41.12 | 96.65 | - |
| YUV | 175.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 251 | 0.28 | 0.37 | 0 | 0.02 | 254.19 | 0.92 | 0.8 |
| Hex | B4 | 9E | FB | 1C | 25 | 0 | 2 | FE | 5C | 50 |
| Octal | 264 | 236 | 373 | 34 | 45 | 0 | 2 | 376 | 134 | 120 |
| Binary | 10110100 | 10011110 | 11111011 | 11100 | 100101 | 0 | 10 | 11111110 | 1011100 | 1010000 |
Color Harmonies of #B49EFB
Complementary color
Monochromatic Colors of #B49EFB
Black with #B49EFB
Text Example
Text Example
White with #B49EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49EFB; }
p { color: rgb(180,158,251); }
H1.HeaderClassName
{
color: #B49EFB;
}
.AnyTagClassName
{
color: #B49EFB;
}
</style>
background-color css
<style>
a { background-color: #B49EFB; }
a { background-color: rgb(180,158,251); }
div.DivClassName
{
background-color: #B49EFB;
}
.BgClassName
{
background-color: #B49EFB;
}
</style>
border-color css
<style>
span { border-color: #B49EFB; }
span { border-color: rgb(180,158,251); }
td.TdClassName
{
border-color: #B49EFB;
}
.TagClassName
{
border-color: #B49EFB;
}
</style>