Shades of Biloba Flower #B08FED
Tints of Biloba Flower #B08FED
RGB
CMYK
RGB Variations
Color information
#B08FED (or 0xB08FED) is known color: Biloba Flower. HEX triplet: B0, 8F and ED. RGB value is (176,143,237). Sum of RGB (Red+Green+Blue) = 176+143+237=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #B08FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08FED is #4F7012. Grayscale: #A3A3A3. Windows color (decimal): -5206035 or 15568816. OLE color: 15568816.
HSL color Cylindrical-coordinate representation of color #B08FED: hue angle of 261.06º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B08FED is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 143 | 237 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.07 |
| HSL | 261.06º | 0.72% | 0.75% | - |
| HSV(B) | 261.06º | 0.4% | 0.93% | - |
| XYZ | 43.01 | 34.99 | 84.61 | - |
| YUV | 163.58 | 169.43 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 237 | 0.26 | 0.40 | 0 | 0.07 | 261.06 | 0.72 | 0.75 |
| Hex | B0 | 8F | ED | 1A | 28 | 0 | 7 | 105 | 48 | 4B |
| Octal | 260 | 217 | 355 | 32 | 50 | 0 | 7 | 405 | 110 | 113 |
| Binary | 10110000 | 10001111 | 11101101 | 11010 | 101000 | 0 | 111 | 100000101 | 1001000 | 1001011 |
Color Harmonies of #B08FED
Complementary color
Monochromatic Colors of #B08FED
Black with #B08FED
Text Example
Text Example
White with #B08FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08FED; }
p { color: rgb(176,143,237); }
H1.HeaderClassName
{
color: #B08FED;
}
.AnyTagClassName
{
color: #B08FED;
}
</style>
background-color css
<style>
a { background-color: #B08FED; }
a { background-color: rgb(176,143,237); }
div.DivClassName
{
background-color: #B08FED;
}
.BgClassName
{
background-color: #B08FED;
}
</style>
border-color css
<style>
span { border-color: #B08FED; }
span { border-color: rgb(176,143,237); }
td.TdClassName
{
border-color: #B08FED;
}
.TagClassName
{
border-color: #B08FED;
}
</style>