Shades of Biloba Flower #B58DF1
Tints of Biloba Flower #B58DF1
RGB
CMYK
RGB Variations
Color information
#B58DF1 (or 0xB58DF1) is known color: Biloba Flower. HEX triplet: B5, 8D and F1. RGB value is (181,141,241). Sum of RGB (Red+Green+Blue) = 181+141+241=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #B58DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DF1 is #4A720E. Grayscale: #A4A4A4. Windows color (decimal): -4878863 or 15830453. OLE color: 15830453.
HSL color Cylindrical-coordinate representation of color #B58DF1: hue angle of 264º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B58DF1 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 141 | 241 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.05 |
| HSL | 264º | 0.78% | 0.75% | - |
| HSV(B) | 264º | 0.41% | 0.95% | - |
| XYZ | 44.46 | 35.22 | 87.67 | - |
| YUV | 164.36 | 171.25 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 241 | 0.25 | 0.41 | 0 | 0.05 | 264 | 0.78 | 0.75 |
| Hex | B5 | 8D | F1 | 19 | 29 | 0 | 5 | 108 | 4E | 4B |
| Octal | 265 | 215 | 361 | 31 | 51 | 0 | 5 | 410 | 116 | 113 |
| Binary | 10110101 | 10001101 | 11110001 | 11001 | 101001 | 0 | 101 | 100001000 | 1001110 | 1001011 |
Color Harmonies of #B58DF1
Complementary color
Monochromatic Colors of #B58DF1
Black with #B58DF1
Text Example
Text Example
White with #B58DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DF1; }
p { color: rgb(181,141,241); }
H1.HeaderClassName
{
color: #B58DF1;
}
.AnyTagClassName
{
color: #B58DF1;
}
</style>
background-color css
<style>
a { background-color: #B58DF1; }
a { background-color: rgb(181,141,241); }
div.DivClassName
{
background-color: #B58DF1;
}
.BgClassName
{
background-color: #B58DF1;
}
</style>
border-color css
<style>
span { border-color: #B58DF1; }
span { border-color: rgb(181,141,241); }
td.TdClassName
{
border-color: #B58DF1;
}
.TagClassName
{
border-color: #B58DF1;
}
</style>