Shades of Biloba Flower #B18FED
Tints of Biloba Flower #B18FED
RGB
CMYK
RGB Variations
Color information
#B18FED (or 0xB18FED) is known color: Biloba Flower. HEX triplet: B1, 8F and ED. RGB value is (177,143,237). Sum of RGB (Red+Green+Blue) = 177+143+237=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #B18FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FED is #4E7012. Grayscale: #A3A3A3. Windows color (decimal): -5140499 or 15568817. OLE color: 15568817.
HSL color Cylindrical-coordinate representation of color #B18FED: hue angle of 261.7º 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 #B18FED is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 143 | 237 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.07 |
| HSL | 261.7º | 0.72% | 0.75% | - |
| HSV(B) | 261.7º | 0.4% | 0.93% | - |
| XYZ | 43.24 | 35.11 | 84.62 | - |
| YUV | 163.88 | 169.26 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 237 | 0.25 | 0.40 | 0 | 0.07 | 261.7 | 0.72 | 0.75 |
| Hex | B1 | 8F | ED | 19 | 28 | 0 | 7 | 106 | 48 | 4B |
| Octal | 261 | 217 | 355 | 31 | 50 | 0 | 7 | 406 | 110 | 113 |
| Binary | 10110001 | 10001111 | 11101101 | 11001 | 101000 | 0 | 111 | 100000110 | 1001000 | 1001011 |
Color Harmonies of #B18FED
Complementary color
Monochromatic Colors of #B18FED
Black with #B18FED
Text Example
Text Example
White with #B18FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FED; }
p { color: rgb(177,143,237); }
H1.HeaderClassName
{
color: #B18FED;
}
.AnyTagClassName
{
color: #B18FED;
}
</style>
background-color css
<style>
a { background-color: #B18FED; }
a { background-color: rgb(177,143,237); }
div.DivClassName
{
background-color: #B18FED;
}
.BgClassName
{
background-color: #B18FED;
}
</style>
border-color css
<style>
span { border-color: #B18FED; }
span { border-color: rgb(177,143,237); }
td.TdClassName
{
border-color: #B18FED;
}
.TagClassName
{
border-color: #B18FED;
}
</style>