Shades of Biloba Flower #B49CF5
Tints of Biloba Flower #B49CF5
RGB
CMYK
RGB Variations
Color information
#B49CF5 (or 0xB49CF5) is known color: Biloba Flower. HEX triplet: B4, 9C and F5. RGB value is (180,156,245). Sum of RGB (Red+Green+Blue) = 180+156+245=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 245 - color contains mainly: blue. Hex color #B49CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49CF5 is #4B630A. Grayscale: #ACACAC. Windows color (decimal): -4940555 or 16096436. OLE color: 16096436.
HSL color Cylindrical-coordinate representation of color #B49CF5: hue angle of 256.18º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B49CF5 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 156 | 245 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.04 |
| HSL | 256.18º | 0.82% | 0.79% | - |
| HSV(B) | 256.18º | 0.36% | 0.96% | - |
| XYZ | 47.19 | 40.07 | 91.63 | - |
| YUV | 173.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 245 | 0.27 | 0.36 | 0 | 0.04 | 256.18 | 0.82 | 0.79 |
| Hex | B4 | 9C | F5 | 1B | 24 | 0 | 4 | 100 | 52 | 4F |
| Octal | 264 | 234 | 365 | 33 | 44 | 0 | 4 | 400 | 122 | 117 |
| Binary | 10110100 | 10011100 | 11110101 | 11011 | 100100 | 0 | 100 | 100000000 | 1010010 | 1001111 |
Color Harmonies of #B49CF5
Complementary color
Monochromatic Colors of #B49CF5
Black with #B49CF5
Text Example
Text Example
White with #B49CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49CF5; }
p { color: rgb(180,156,245); }
H1.HeaderClassName
{
color: #B49CF5;
}
.AnyTagClassName
{
color: #B49CF5;
}
</style>
background-color css
<style>
a { background-color: #B49CF5; }
a { background-color: rgb(180,156,245); }
div.DivClassName
{
background-color: #B49CF5;
}
.BgClassName
{
background-color: #B49CF5;
}
</style>
border-color css
<style>
span { border-color: #B49CF5; }
span { border-color: rgb(180,156,245); }
td.TdClassName
{
border-color: #B49CF5;
}
.TagClassName
{
border-color: #B49CF5;
}
</style>