Shades of Biloba Flower #B58DFE
Tints of Biloba Flower #B58DFE
RGB
CMYK
RGB Variations
Color information
#B58DFE (or 0xB58DFE) is known color: Biloba Flower. HEX triplet: B5, 8D and FE. RGB value is (181,141,254). Sum of RGB (Red+Green+Blue) = 181+141+254=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #B58DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DFE is #4A7201. Grayscale: #A5A5A5. Windows color (decimal): -4878850 or 16682421. OLE color: 16682421.
HSL color Cylindrical-coordinate representation of color #B58DFE: hue angle of 261.24º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B58DFE is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 141 | 254 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.00 |
| HSL | 261.24º | 0.98% | 0.77% | - |
| HSV(B) | 261.24º | 0.44% | 1% | - |
| XYZ | 46.47 | 36.03 | 98.27 | - |
| YUV | 165.84 | 177.75 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 254 | 0.29 | 0.44 | 0 | 0.00 | 261.24 | 0.98 | 0.77 |
| Hex | B5 | 8D | FE | 1D | 2C | 0 | 0 | 105 | 62 | 4D |
| Octal | 265 | 215 | 376 | 35 | 54 | 0 | 0 | 405 | 142 | 115 |
| Binary | 10110101 | 10001101 | 11111110 | 11101 | 101100 | 0 | 0 | 100000101 | 1100010 | 1001101 |
Color Harmonies of #B58DFE
Complementary color
Monochromatic Colors of #B58DFE
Black with #B58DFE
Text Example
Text Example
White with #B58DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DFE; }
p { color: rgb(181,141,254); }
H1.HeaderClassName
{
color: #B58DFE;
}
.AnyTagClassName
{
color: #B58DFE;
}
</style>
background-color css
<style>
a { background-color: #B58DFE; }
a { background-color: rgb(181,141,254); }
div.DivClassName
{
background-color: #B58DFE;
}
.BgClassName
{
background-color: #B58DFE;
}
</style>
border-color css
<style>
span { border-color: #B58DFE; }
span { border-color: rgb(181,141,254); }
td.TdClassName
{
border-color: #B58DFE;
}
.TagClassName
{
border-color: #B58DFE;
}
</style>