Shades of Biloba Flower #B08DFB
Tints of Biloba Flower #B08DFB
RGB
CMYK
RGB Variations
Color information
#B08DFB (or 0xB08DFB) is known color: Biloba Flower. HEX triplet: B0, 8D and FB. RGB value is (176,141,251). Sum of RGB (Red+Green+Blue) = 176+141+251=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #B08DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08DFB is #4F7204. Grayscale: #A3A3A3. Windows color (decimal): -5206533 or 16485808. OLE color: 16485808.
HSL color Cylindrical-coordinate representation of color #B08DFB: hue angle of 259.09º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B08DFB is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 141 | 251 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.02 |
| HSL | 259.09º | 0.93% | 0.77% | - |
| HSV(B) | 259.09º | 0.44% | 0.98% | - |
| XYZ | 44.84 | 35.24 | 95.71 | - |
| YUV | 164.01 | 177.1 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 251 | 0.30 | 0.44 | 0 | 0.02 | 259.09 | 0.93 | 0.77 |
| Hex | B0 | 8D | FB | 1E | 2C | 0 | 2 | 103 | 5D | 4D |
| Octal | 260 | 215 | 373 | 36 | 54 | 0 | 2 | 403 | 135 | 115 |
| Binary | 10110000 | 10001101 | 11111011 | 11110 | 101100 | 0 | 10 | 100000011 | 1011101 | 1001101 |
Color Harmonies of #B08DFB
Complementary color
Monochromatic Colors of #B08DFB
Black with #B08DFB
Text Example
Text Example
White with #B08DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08DFB; }
p { color: rgb(176,141,251); }
H1.HeaderClassName
{
color: #B08DFB;
}
.AnyTagClassName
{
color: #B08DFB;
}
</style>
background-color css
<style>
a { background-color: #B08DFB; }
a { background-color: rgb(176,141,251); }
div.DivClassName
{
background-color: #B08DFB;
}
.BgClassName
{
background-color: #B08DFB;
}
</style>
border-color css
<style>
span { border-color: #B08DFB; }
span { border-color: rgb(176,141,251); }
td.TdClassName
{
border-color: #B08DFB;
}
.TagClassName
{
border-color: #B08DFB;
}
</style>