Shades of Biloba Flower #B38DF0
Tints of Biloba Flower #B38DF0
RGB
CMYK
RGB Variations
Color information
#B38DF0 (or 0xB38DF0) is known color: Biloba Flower. HEX triplet: B3, 8D and F0. RGB value is (179,141,240). Sum of RGB (Red+Green+Blue) = 179+141+240=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #B38DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38DF0 is #4C720F. Grayscale: #A3A3A3. Windows color (decimal): -5009936 or 15764915. OLE color: 15764915.
HSL color Cylindrical-coordinate representation of color #B38DF0: hue angle of 263.03º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B38DF0 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 141 | 240 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.06 |
| HSL | 263.03º | 0.77% | 0.75% | - |
| HSV(B) | 263.03º | 0.41% | 0.94% | - |
| XYZ | 43.84 | 34.92 | 86.87 | - |
| YUV | 163.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 240 | 0.25 | 0.41 | 0 | 0.06 | 263.03 | 0.77 | 0.75 |
| Hex | B3 | 8D | F0 | 19 | 29 | 0 | 6 | 107 | 4D | 4B |
| Octal | 263 | 215 | 360 | 31 | 51 | 0 | 6 | 407 | 115 | 113 |
| Binary | 10110011 | 10001101 | 11110000 | 11001 | 101001 | 0 | 110 | 100000111 | 1001101 | 1001011 |
Color Harmonies of #B38DF0
Complementary color
Monochromatic Colors of #B38DF0
Black with #B38DF0
Text Example
Text Example
White with #B38DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38DF0; }
p { color: rgb(179,141,240); }
H1.HeaderClassName
{
color: #B38DF0;
}
.AnyTagClassName
{
color: #B38DF0;
}
</style>
background-color css
<style>
a { background-color: #B38DF0; }
a { background-color: rgb(179,141,240); }
div.DivClassName
{
background-color: #B38DF0;
}
.BgClassName
{
background-color: #B38DF0;
}
</style>
border-color css
<style>
span { border-color: #B38DF0; }
span { border-color: rgb(179,141,240); }
td.TdClassName
{
border-color: #B38DF0;
}
.TagClassName
{
border-color: #B38DF0;
}
</style>