Shades of Biloba Flower #B49AF1
Tints of Biloba Flower #B49AF1
RGB
CMYK
RGB Variations
Color information
#B49AF1 (or 0xB49AF1) is known color: Biloba Flower. HEX triplet: B4, 9A and F1. RGB value is (180,154,241). Sum of RGB (Red+Green+Blue) = 180+154+241=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #B49AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49AF1 is #4B650E. Grayscale: #ABABAB. Windows color (decimal): -4941071 or 15833780. OLE color: 15833780.
HSL color Cylindrical-coordinate representation of color #B49AF1: hue angle of 257.93º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B49AF1 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 154 | 241 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.05 |
| HSL | 257.93º | 0.76% | 0.77% | - |
| HSV(B) | 257.93º | 0.36% | 0.95% | - |
| XYZ | 46.26 | 39.17 | 88.34 | - |
| YUV | 171.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 241 | 0.25 | 0.36 | 0 | 0.05 | 257.93 | 0.76 | 0.77 |
| Hex | B4 | 9A | F1 | 19 | 24 | 0 | 5 | 102 | 4C | 4D |
| Octal | 264 | 232 | 361 | 31 | 44 | 0 | 5 | 402 | 114 | 115 |
| Binary | 10110100 | 10011010 | 11110001 | 11001 | 100100 | 0 | 101 | 100000010 | 1001100 | 1001101 |
Color Harmonies of #B49AF1
Complementary color
Monochromatic Colors of #B49AF1
Black with #B49AF1
Text Example
Text Example
White with #B49AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49AF1; }
p { color: rgb(180,154,241); }
H1.HeaderClassName
{
color: #B49AF1;
}
.AnyTagClassName
{
color: #B49AF1;
}
</style>
background-color css
<style>
a { background-color: #B49AF1; }
a { background-color: rgb(180,154,241); }
div.DivClassName
{
background-color: #B49AF1;
}
.BgClassName
{
background-color: #B49AF1;
}
</style>
border-color css
<style>
span { border-color: #B49AF1; }
span { border-color: rgb(180,154,241); }
td.TdClassName
{
border-color: #B49AF1;
}
.TagClassName
{
border-color: #B49AF1;
}
</style>