Shades of Perfume #B49BFE
Tints of Perfume #B49BFE
RGB
CMYK
RGB Variations
Color information
#B49BFE (or 0xB49BFE) is known color: Perfume. HEX triplet: B4, 9B and FE. RGB value is (180,155,254). Sum of RGB (Red+Green+Blue) = 180+155+254=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 155 (60.94% from 255 or 26.32% 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 #B49BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49BFE is #4B6401. Grayscale: #ADADAD. Windows color (decimal): -4940802 or 16686004. OLE color: 16686004.
HSL color Cylindrical-coordinate representation of color #B49BFE: hue angle of 255.15º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B49BFE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 155 | 254 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.00 |
| HSL | 255.15º | 0.98% | 0.8% | - |
| HSV(B) | 255.15º | 0.39% | 1% | - |
| XYZ | 48.43 | 40.3 | 98.99 | - |
| YUV | 173.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 254 | 0.29 | 0.39 | 0 | 0.00 | 255.15 | 0.98 | 0.8 |
| Hex | B4 | 9B | FE | 1D | 27 | 0 | 0 | FF | 62 | 50 |
| Octal | 264 | 233 | 376 | 35 | 47 | 0 | 0 | 377 | 142 | 120 |
| Binary | 10110100 | 10011011 | 11111110 | 11101 | 100111 | 0 | 0 | 11111111 | 1100010 | 1010000 |
Color Harmonies of #B49BFE
Complementary color
Monochromatic Colors of #B49BFE
Black with #B49BFE
Text Example
Text Example
White with #B49BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49BFE; }
p { color: rgb(180,155,254); }
H1.HeaderClassName
{
color: #B49BFE;
}
.AnyTagClassName
{
color: #B49BFE;
}
</style>
background-color css
<style>
a { background-color: #B49BFE; }
a { background-color: rgb(180,155,254); }
div.DivClassName
{
background-color: #B49BFE;
}
.BgClassName
{
background-color: #B49BFE;
}
</style>
border-color css
<style>
span { border-color: #B49BFE; }
span { border-color: rgb(180,155,254); }
td.TdClassName
{
border-color: #B49BFE;
}
.TagClassName
{
border-color: #B49BFE;
}
</style>