Shades of Biloba Flower #B890FB
Tints of Biloba Flower #B890FB
RGB
CMYK
RGB Variations
Color information
#B890FB (or 0xB890FB) is known color: Biloba Flower. HEX triplet: B8, 90 and FB. RGB value is (184,144,251). Sum of RGB (Red+Green+Blue) = 184+144+251=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #B890FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B890FB is #476F04. Grayscale: #A7A7A7. Windows color (decimal): -4681477 or 16486584. OLE color: 16486584.
HSL color Cylindrical-coordinate representation of color #B890FB: hue angle of 262.43º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B890FB is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 144 | 251 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.02 |
| HSL | 262.43º | 0.93% | 0.77% | - |
| HSV(B) | 262.43º | 0.43% | 0.98% | - |
| XYZ | 47.15 | 37.1 | 95.94 | - |
| YUV | 168.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 251 | 0.27 | 0.43 | 0 | 0.02 | 262.43 | 0.93 | 0.77 |
| Hex | B8 | 90 | FB | 1B | 2B | 0 | 2 | 106 | 5D | 4D |
| Octal | 270 | 220 | 373 | 33 | 53 | 0 | 2 | 406 | 135 | 115 |
| Binary | 10111000 | 10010000 | 11111011 | 11011 | 101011 | 0 | 10 | 100000110 | 1011101 | 1001101 |
Color Harmonies of #B890FB
Complementary color
Monochromatic Colors of #B890FB
Black with #B890FB
Text Example
Text Example
White with #B890FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890FB; }
p { color: rgb(184,144,251); }
H1.HeaderClassName
{
color: #B890FB;
}
.AnyTagClassName
{
color: #B890FB;
}
</style>
background-color css
<style>
a { background-color: #B890FB; }
a { background-color: rgb(184,144,251); }
div.DivClassName
{
background-color: #B890FB;
}
.BgClassName
{
background-color: #B890FB;
}
</style>
border-color css
<style>
span { border-color: #B890FB; }
span { border-color: rgb(184,144,251); }
td.TdClassName
{
border-color: #B890FB;
}
.TagClassName
{
border-color: #B890FB;
}
</style>