Shades of Biloba Flower #B08CFF
Tints of Biloba Flower #B08CFF
RGB
CMYK
RGB Variations
Color information
#B08CFF (or 0xB08CFF) is known color: Biloba Flower. HEX triplet: B0, 8C and FF. RGB value is (176,140,255). Sum of RGB (Red+Green+Blue) = 176+140+255=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #B08CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08CFF is #4F7300. Grayscale: #A3A3A3. Windows color (decimal): -5206785 or 16747696. OLE color: 16747696.
HSL color Cylindrical-coordinate representation of color #B08CFF: hue angle of 258.78º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B08CFF is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 140 | 255 | - |
| CMYK | 0.31 | 0.45 | 0 | 0 |
| HSL | 258.78º | 1% | 0.77% | - |
| HSV(B) | 258.78º | 0.45% | 1% | - |
| XYZ | 45.33 | 35.21 | 99.01 | - |
| YUV | 163.87 | 179.43 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 255 | 0.31 | 0.45 | 0 | 0 | 258.78 | 1 | 0.77 |
| Hex | B0 | 8C | FF | 1F | 2D | 0 | 0 | 103 | 64 | 4D |
| Octal | 260 | 214 | 377 | 37 | 55 | 0 | 0 | 403 | 144 | 115 |
| Binary | 10110000 | 10001100 | 11111111 | 11111 | 101101 | 0 | 0 | 100000011 | 1100100 | 1001101 |
Color Harmonies of #B08CFF
Complementary color
Monochromatic Colors of #B08CFF
Black with #B08CFF
Text Example
Text Example
White with #B08CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08CFF; }
p { color: rgb(176,140,255); }
H1.HeaderClassName
{
color: #B08CFF;
}
.AnyTagClassName
{
color: #B08CFF;
}
</style>
background-color css
<style>
a { background-color: #B08CFF; }
a { background-color: rgb(176,140,255); }
div.DivClassName
{
background-color: #B08CFF;
}
.BgClassName
{
background-color: #B08CFF;
}
</style>
border-color css
<style>
span { border-color: #B08CFF; }
span { border-color: rgb(176,140,255); }
td.TdClassName
{
border-color: #B08CFF;
}
.TagClassName
{
border-color: #B08CFF;
}
</style>