Shades of Biloba Flower #B486FE
Tints of Biloba Flower #B486FE
RGB
CMYK
RGB Variations
Color information
#B486FE (or 0xB486FE) is known color: Biloba Flower. HEX triplet: B4, 86 and FE. RGB value is (180,134,254). Sum of RGB (Red+Green+Blue) = 180+134+254=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #B486FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B486FE is #4B7901. Grayscale: #A1A1A1. Windows color (decimal): -4946178 or 16680628. OLE color: 16680628.
HSL color Cylindrical-coordinate representation of color #B486FE: hue angle of 263º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B486FE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 134 | 254 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.00 |
| HSL | 263º | 0.98% | 0.76% | - |
| HSV(B) | 263º | 0.47% | 1% | - |
| XYZ | 45.24 | 33.91 | 97.93 | - |
| YUV | 161.43 | 180.24 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 254 | 0.29 | 0.47 | 0 | 0.00 | 263 | 0.98 | 0.76 |
| Hex | B4 | 86 | FE | 1D | 2F | 0 | 0 | 107 | 62 | 4C |
| Octal | 264 | 206 | 376 | 35 | 57 | 0 | 0 | 407 | 142 | 114 |
| Binary | 10110100 | 10000110 | 11111110 | 11101 | 101111 | 0 | 0 | 100000111 | 1100010 | 1001100 |
Color Harmonies of #B486FE
Complementary color
Monochromatic Colors of #B486FE
Black with #B486FE
Text Example
Text Example
White with #B486FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B486FE; }
p { color: rgb(180,134,254); }
H1.HeaderClassName
{
color: #B486FE;
}
.AnyTagClassName
{
color: #B486FE;
}
</style>
background-color css
<style>
a { background-color: #B486FE; }
a { background-color: rgb(180,134,254); }
div.DivClassName
{
background-color: #B486FE;
}
.BgClassName
{
background-color: #B486FE;
}
</style>
border-color css
<style>
span { border-color: #B486FE; }
span { border-color: rgb(180,134,254); }
td.TdClassName
{
border-color: #B486FE;
}
.TagClassName
{
border-color: #B486FE;
}
</style>