Shades of Biloba Flower #B58EFF
Tints of Biloba Flower #B58EFF
RGB
CMYK
RGB Variations
Color information
#B58EFF (or 0xB58EFF) is known color: Biloba Flower. HEX triplet: B5, 8E and FF. RGB value is (181,142,255). Sum of RGB (Red+Green+Blue) = 181+142+255=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #B58EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58EFF is #4A7100. Grayscale: #A6A6A6. Windows color (decimal): -4878593 or 16748213. OLE color: 16748213.
HSL color Cylindrical-coordinate representation of color #B58EFF: hue angle of 260.71º 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 #B58EFF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 142 | 255 | - |
| CMYK | 0.29 | 0.44 | 0 | 0 |
| HSL | 260.71º | 1% | 0.78% | - |
| HSV(B) | 260.71º | 0.44% | 1% | - |
| XYZ | 46.78 | 36.39 | 99.17 | - |
| YUV | 166.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 255 | 0.29 | 0.44 | 0 | 0 | 260.71 | 1 | 0.78 |
| Hex | B5 | 8E | FF | 1D | 2C | 0 | 0 | 105 | 64 | 4E |
| Octal | 265 | 216 | 377 | 35 | 54 | 0 | 0 | 405 | 144 | 116 |
| Binary | 10110101 | 10001110 | 11111111 | 11101 | 101100 | 0 | 0 | 100000101 | 1100100 | 1001110 |
Color Harmonies of #B58EFF
Complementary color
Monochromatic Colors of #B58EFF
Black with #B58EFF
Text Example
Text Example
White with #B58EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58EFF; }
p { color: rgb(181,142,255); }
H1.HeaderClassName
{
color: #B58EFF;
}
.AnyTagClassName
{
color: #B58EFF;
}
</style>
background-color css
<style>
a { background-color: #B58EFF; }
a { background-color: rgb(181,142,255); }
div.DivClassName
{
background-color: #B58EFF;
}
.BgClassName
{
background-color: #B58EFF;
}
</style>
border-color css
<style>
span { border-color: #B58EFF; }
span { border-color: rgb(181,142,255); }
td.TdClassName
{
border-color: #B58EFF;
}
.TagClassName
{
border-color: #B58EFF;
}
</style>