Shades of Biloba Flower #B68EFF
Tints of Biloba Flower #B68EFF
RGB
CMYK
RGB Variations
Color information
#B68EFF (or 0xB68EFF) is known color: Biloba Flower. HEX triplet: B6, 8E and FF. RGB value is (182,142,255). Sum of RGB (Red+Green+Blue) = 182+142+255=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #B68EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68EFF is #497100. Grayscale: #A6A6A6. Windows color (decimal): -4813057 or 16748214. OLE color: 16748214.
HSL color Cylindrical-coordinate representation of color #B68EFF: hue angle of 261.24º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B68EFF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 142 | 255 | - |
| CMYK | 0.29 | 0.44 | 0 | 0 |
| HSL | 261.24º | 1% | 0.78% | - |
| HSV(B) | 261.24º | 0.44% | 1% | - |
| XYZ | 47.01 | 36.51 | 99.18 | - |
| YUV | 166.84 | 177.75 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 255 | 0.29 | 0.44 | 0 | 0 | 261.24 | 1 | 0.78 |
| Hex | B6 | 8E | FF | 1D | 2C | 0 | 0 | 105 | 64 | 4E |
| Octal | 266 | 216 | 377 | 35 | 54 | 0 | 0 | 405 | 144 | 116 |
| Binary | 10110110 | 10001110 | 11111111 | 11101 | 101100 | 0 | 0 | 100000101 | 1100100 | 1001110 |
Color Harmonies of #B68EFF
Complementary color
Monochromatic Colors of #B68EFF
Black with #B68EFF
Text Example
Text Example
White with #B68EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68EFF; }
p { color: rgb(182,142,255); }
H1.HeaderClassName
{
color: #B68EFF;
}
.AnyTagClassName
{
color: #B68EFF;
}
</style>
background-color css
<style>
a { background-color: #B68EFF; }
a { background-color: rgb(182,142,255); }
div.DivClassName
{
background-color: #B68EFF;
}
.BgClassName
{
background-color: #B68EFF;
}
</style>
border-color css
<style>
span { border-color: #B68EFF; }
span { border-color: rgb(182,142,255); }
td.TdClassName
{
border-color: #B68EFF;
}
.TagClassName
{
border-color: #B68EFF;
}
</style>