Shades of Biloba Flower #B08CE6
Tints of Biloba Flower #B08CE6
RGB
CMYK
RGB Variations
Color information
#B08CE6 (or 0xB08CE6) is known color: Biloba Flower. HEX triplet: B0, 8C and E6. RGB value is (176,140,230). Sum of RGB (Red+Green+Blue) = 176+140+230=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #B08CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08CE6 is #4F7319. Grayscale: #A0A0A0. Windows color (decimal): -5206810 or 15109296. OLE color: 15109296.
HSL color Cylindrical-coordinate representation of color #B08CE6: hue angle of 264º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B08CE6 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 140 | 230 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.10 |
| HSL | 264º | 0.64% | 0.73% | - |
| HSV(B) | 264º | 0.39% | 0.9% | - |
| XYZ | 41.57 | 33.7 | 79.18 | - |
| YUV | 161.02 | 166.93 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 230 | 0.23 | 0.39 | 0 | 0.10 | 264 | 0.64 | 0.73 |
| Hex | B0 | 8C | E6 | 17 | 27 | 0 | A | 108 | 40 | 49 |
| Octal | 260 | 214 | 346 | 27 | 47 | 0 | 12 | 410 | 100 | 111 |
| Binary | 10110000 | 10001100 | 11100110 | 10111 | 100111 | 0 | 1010 | 100001000 | 1000000 | 1001001 |
Color Harmonies of #B08CE6
Complementary color
Monochromatic Colors of #B08CE6
Black with #B08CE6
Text Example
Text Example
White with #B08CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08CE6; }
p { color: rgb(176,140,230); }
H1.HeaderClassName
{
color: #B08CE6;
}
.AnyTagClassName
{
color: #B08CE6;
}
</style>
background-color css
<style>
a { background-color: #B08CE6; }
a { background-color: rgb(176,140,230); }
div.DivClassName
{
background-color: #B08CE6;
}
.BgClassName
{
background-color: #B08CE6;
}
</style>
border-color css
<style>
span { border-color: #B08CE6; }
span { border-color: rgb(176,140,230); }
td.TdClassName
{
border-color: #B08CE6;
}
.TagClassName
{
border-color: #B08CE6;
}
</style>