Shades of Biloba Flower #B08FFF
Tints of Biloba Flower #B08FFF
RGB
CMYK
RGB Variations
Color information
#B08FFF (or 0xB08FFF) is known color: Biloba Flower. HEX triplet: B0, 8F and FF. RGB value is (176,143,255). Sum of RGB (Red+Green+Blue) = 176+143+255=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #B08FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08FFF is #4F7000. Grayscale: #A5A5A5. Windows color (decimal): -5206017 or 16748464. OLE color: 16748464.
HSL color Cylindrical-coordinate representation of color #B08FFF: hue angle of 257.68º 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 #B08FFF is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 143 | 255 | - |
| CMYK | 0.31 | 0.44 | 0 | 0 |
| HSL | 257.68º | 1% | 0.78% | - |
| HSV(B) | 257.68º | 0.44% | 1% | - |
| XYZ | 45.78 | 36.1 | 99.16 | - |
| YUV | 165.64 | 178.43 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 255 | 0.31 | 0.44 | 0 | 0 | 257.68 | 1 | 0.78 |
| Hex | B0 | 8F | FF | 1F | 2C | 0 | 0 | 102 | 64 | 4E |
| Octal | 260 | 217 | 377 | 37 | 54 | 0 | 0 | 402 | 144 | 116 |
| Binary | 10110000 | 10001111 | 11111111 | 11111 | 101100 | 0 | 0 | 100000010 | 1100100 | 1001110 |
Color Harmonies of #B08FFF
Complementary color
Monochromatic Colors of #B08FFF
Black with #B08FFF
Text Example
Text Example
White with #B08FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08FFF; }
p { color: rgb(176,143,255); }
H1.HeaderClassName
{
color: #B08FFF;
}
.AnyTagClassName
{
color: #B08FFF;
}
</style>
background-color css
<style>
a { background-color: #B08FFF; }
a { background-color: rgb(176,143,255); }
div.DivClassName
{
background-color: #B08FFF;
}
.BgClassName
{
background-color: #B08FFF;
}
</style>
border-color css
<style>
span { border-color: #B08FFF; }
span { border-color: rgb(176,143,255); }
td.TdClassName
{
border-color: #B08FFF;
}
.TagClassName
{
border-color: #B08FFF;
}
</style>