Shades of Biloba Flower #B68EFB
Tints of Biloba Flower #B68EFB
RGB
CMYK
RGB Variations
Color information
#B68EFB (or 0xB68EFB) is known color: Biloba Flower. HEX triplet: B6, 8E and FB. RGB value is (182,142,251). Sum of RGB (Red+Green+Blue) = 182+142+251=575 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.65% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #B68EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68EFB is #497104. Grayscale: #A5A5A5. Windows color (decimal): -4813061 or 16486070. OLE color: 16486070.
HSL color Cylindrical-coordinate representation of color #B68EFB: hue angle of 262.02º 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 #B68EFB is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 142 | 251 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.02 |
| HSL | 262.02º | 0.93% | 0.77% | - |
| HSV(B) | 262.02º | 0.43% | 0.98% | - |
| XYZ | 46.38 | 36.26 | 95.82 | - |
| YUV | 166.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 251 | 0.27 | 0.43 | 0 | 0.02 | 262.02 | 0.93 | 0.77 |
| Hex | B6 | 8E | FB | 1B | 2B | 0 | 2 | 106 | 5D | 4D |
| Octal | 266 | 216 | 373 | 33 | 53 | 0 | 2 | 406 | 135 | 115 |
| Binary | 10110110 | 10001110 | 11111011 | 11011 | 101011 | 0 | 10 | 100000110 | 1011101 | 1001101 |
Color Harmonies of #B68EFB
Complementary color
Monochromatic Colors of #B68EFB
Black with #B68EFB
Text Example
Text Example
White with #B68EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68EFB; }
p { color: rgb(182,142,251); }
H1.HeaderClassName
{
color: #B68EFB;
}
.AnyTagClassName
{
color: #B68EFB;
}
</style>
background-color css
<style>
a { background-color: #B68EFB; }
a { background-color: rgb(182,142,251); }
div.DivClassName
{
background-color: #B68EFB;
}
.BgClassName
{
background-color: #B68EFB;
}
</style>
border-color css
<style>
span { border-color: #B68EFB; }
span { border-color: rgb(182,142,251); }
td.TdClassName
{
border-color: #B68EFB;
}
.TagClassName
{
border-color: #B68EFB;
}
</style>