Shades of Biloba Flower #B68DFE
Tints of Biloba Flower #B68DFE
RGB
CMYK
RGB Variations
Color information
#B68DFE (or 0xB68DFE) is known color: Biloba Flower. HEX triplet: B6, 8D and FE. RGB value is (182,141,254). Sum of RGB (Red+Green+Blue) = 182+141+254=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #B68DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DFE is #497201. Grayscale: #A5A5A5. Windows color (decimal): -4813314 or 16682422. OLE color: 16682422.
HSL color Cylindrical-coordinate representation of color #B68DFE: hue angle of 261.77º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B68DFE is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 141 | 254 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.00 |
| HSL | 261.77º | 0.98% | 0.77% | - |
| HSV(B) | 261.77º | 0.44% | 1% | - |
| XYZ | 46.71 | 36.15 | 98.28 | - |
| YUV | 166.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 254 | 0.28 | 0.44 | 0 | 0.00 | 261.77 | 0.98 | 0.77 |
| Hex | B6 | 8D | FE | 1C | 2C | 0 | 0 | 106 | 62 | 4D |
| Octal | 266 | 215 | 376 | 34 | 54 | 0 | 0 | 406 | 142 | 115 |
| Binary | 10110110 | 10001101 | 11111110 | 11100 | 101100 | 0 | 0 | 100000110 | 1100010 | 1001101 |
Color Harmonies of #B68DFE
Complementary color
Monochromatic Colors of #B68DFE
Black with #B68DFE
Text Example
Text Example
White with #B68DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68DFE; }
p { color: rgb(182,141,254); }
H1.HeaderClassName
{
color: #B68DFE;
}
.AnyTagClassName
{
color: #B68DFE;
}
</style>
background-color css
<style>
a { background-color: #B68DFE; }
a { background-color: rgb(182,141,254); }
div.DivClassName
{
background-color: #B68DFE;
}
.BgClassName
{
background-color: #B68DFE;
}
</style>
border-color css
<style>
span { border-color: #B68DFE; }
span { border-color: rgb(182,141,254); }
td.TdClassName
{
border-color: #B68DFE;
}
.TagClassName
{
border-color: #B68DFE;
}
</style>