Shades of Perfume #B49CFF
Tints of Perfume #B49CFF
RGB
CMYK
RGB Variations
Color information
#B49CFF (or 0xB49CFF) is known color: Perfume. HEX triplet: B4, 9C and FF. RGB value is (180,156,255). Sum of RGB (Red+Green+Blue) = 180+156+255=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #B49CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49CFF is #4B6300. Grayscale: #AEAEAE. Windows color (decimal): -4940545 or 16751796. OLE color: 16751796.
HSL color Cylindrical-coordinate representation of color #B49CFF: hue angle of 254.55º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B49CFF is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 156 | 255 | - |
| CMYK | 0.29 | 0.39 | 0 | 0 |
| HSL | 254.55º | 1% | 0.81% | - |
| HSV(B) | 254.55º | 0.39% | 1% | - |
| XYZ | 48.76 | 40.7 | 99.89 | - |
| YUV | 174.46 | 173.45 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 255 | 0.29 | 0.39 | 0 | 0 | 254.55 | 1 | 0.81 |
| Hex | B4 | 9C | FF | 1D | 27 | 0 | 0 | FF | 64 | 51 |
| Octal | 264 | 234 | 377 | 35 | 47 | 0 | 0 | 377 | 144 | 121 |
| Binary | 10110100 | 10011100 | 11111111 | 11101 | 100111 | 0 | 0 | 11111111 | 1100100 | 1010001 |
Color Harmonies of #B49CFF
Complementary color
Monochromatic Colors of #B49CFF
Black with #B49CFF
Text Example
Text Example
White with #B49CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49CFF; }
p { color: rgb(180,156,255); }
H1.HeaderClassName
{
color: #B49CFF;
}
.AnyTagClassName
{
color: #B49CFF;
}
</style>
background-color css
<style>
a { background-color: #B49CFF; }
a { background-color: rgb(180,156,255); }
div.DivClassName
{
background-color: #B49CFF;
}
.BgClassName
{
background-color: #B49CFF;
}
</style>
border-color css
<style>
span { border-color: #B49CFF; }
span { border-color: rgb(180,156,255); }
td.TdClassName
{
border-color: #B49CFF;
}
.TagClassName
{
border-color: #B49CFF;
}
</style>