Shades of Biloba Flower #B58DE6
Tints of Biloba Flower #B58DE6
RGB
CMYK
RGB Variations
Color information
#B58DE6 (or 0xB58DE6) is known color: Biloba Flower. HEX triplet: B5, 8D and E6. RGB value is (181,141,230). Sum of RGB (Red+Green+Blue) = 181+141+230=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #B58DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DE6 is #4A7219. Grayscale: #A2A2A2. Windows color (decimal): -4878874 or 15109557. OLE color: 15109557.
HSL color Cylindrical-coordinate representation of color #B58DE6: hue angle of 266.97º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B58DE6 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 141 | 230 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.10 |
| HSL | 266.97º | 0.64% | 0.73% | - |
| HSV(B) | 266.97º | 0.39% | 0.9% | - |
| XYZ | 42.86 | 34.59 | 79.28 | - |
| YUV | 163.11 | 165.75 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 230 | 0.21 | 0.39 | 0 | 0.10 | 266.97 | 0.64 | 0.73 |
| Hex | B5 | 8D | E6 | 15 | 27 | 0 | A | 10B | 40 | 49 |
| Octal | 265 | 215 | 346 | 25 | 47 | 0 | 12 | 413 | 100 | 111 |
| Binary | 10110101 | 10001101 | 11100110 | 10101 | 100111 | 0 | 1010 | 100001011 | 1000000 | 1001001 |
Color Harmonies of #B58DE6
Complementary color
Monochromatic Colors of #B58DE6
Black with #B58DE6
Text Example
Text Example
White with #B58DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DE6; }
p { color: rgb(181,141,230); }
H1.HeaderClassName
{
color: #B58DE6;
}
.AnyTagClassName
{
color: #B58DE6;
}
</style>
background-color css
<style>
a { background-color: #B58DE6; }
a { background-color: rgb(181,141,230); }
div.DivClassName
{
background-color: #B58DE6;
}
.BgClassName
{
background-color: #B58DE6;
}
</style>
border-color css
<style>
span { border-color: #B58DE6; }
span { border-color: rgb(181,141,230); }
td.TdClassName
{
border-color: #B58DE6;
}
.TagClassName
{
border-color: #B58DE6;
}
</style>