Shades of Biloba Flower #B891F9
Tints of Biloba Flower #B891F9
RGB
CMYK
RGB Variations
Color information
#B891F9 (or 0xB891F9) is known color: Biloba Flower. HEX triplet: B8, 91 and F9. RGB value is (184,145,249). Sum of RGB (Red+Green+Blue) = 184+145+249=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #B891F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B891F9 is #476E06. Grayscale: #A8A8A8. Windows color (decimal): -4681223 or 16355768. OLE color: 16355768.
HSL color Cylindrical-coordinate representation of color #B891F9: hue angle of 262.5º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B891F9 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 145 | 249 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.02 |
| HSL | 262.5º | 0.9% | 0.77% | - |
| HSV(B) | 262.5º | 0.42% | 0.98% | - |
| XYZ | 46.99 | 37.28 | 94.34 | - |
| YUV | 168.52 | 173.42 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 249 | 0.26 | 0.42 | 0 | 0.02 | 262.5 | 0.9 | 0.77 |
| Hex | B8 | 91 | F9 | 1A | 2A | 0 | 2 | 106 | 5A | 4D |
| Octal | 270 | 221 | 371 | 32 | 52 | 0 | 2 | 406 | 132 | 115 |
| Binary | 10111000 | 10010001 | 11111001 | 11010 | 101010 | 0 | 10 | 100000110 | 1011010 | 1001101 |
Color Harmonies of #B891F9
Complementary color
Monochromatic Colors of #B891F9
Black with #B891F9
Text Example
Text Example
White with #B891F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B891F9; }
p { color: rgb(184,145,249); }
H1.HeaderClassName
{
color: #B891F9;
}
.AnyTagClassName
{
color: #B891F9;
}
</style>
background-color css
<style>
a { background-color: #B891F9; }
a { background-color: rgb(184,145,249); }
div.DivClassName
{
background-color: #B891F9;
}
.BgClassName
{
background-color: #B891F9;
}
</style>
border-color css
<style>
span { border-color: #B891F9; }
span { border-color: rgb(184,145,249); }
td.TdClassName
{
border-color: #B891F9;
}
.TagClassName
{
border-color: #B891F9;
}
</style>