Shades of Biloba Flower #B38DFF
Tints of Biloba Flower #B38DFF
RGB
CMYK
RGB Variations
Color information
#B38DFF (or 0xB38DFF) is known color: Biloba Flower. HEX triplet: B3, 8D and FF. RGB value is (179,141,255). Sum of RGB (Red+Green+Blue) = 179+141+255=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #B38DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38DFF is #4C7200. Grayscale: #A4A4A4. Windows color (decimal): -5009921 or 16747955. OLE color: 16747955.
HSL color Cylindrical-coordinate representation of color #B38DFF: hue angle of 260º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B38DFF is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 141 | 255 | - |
| CMYK | 0.30 | 0.45 | 0 | 0 |
| HSL | 260º | 1% | 0.78% | - |
| HSV(B) | 260º | 0.45% | 1% | - |
| XYZ | 46.17 | 35.85 | 99.09 | - |
| YUV | 165.36 | 178.59 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 255 | 0.30 | 0.45 | 0 | 0 | 260 | 1 | 0.78 |
| Hex | B3 | 8D | FF | 1E | 2D | 0 | 0 | 104 | 64 | 4E |
| Octal | 263 | 215 | 377 | 36 | 55 | 0 | 0 | 404 | 144 | 116 |
| Binary | 10110011 | 10001101 | 11111111 | 11110 | 101101 | 0 | 0 | 100000100 | 1100100 | 1001110 |
Color Harmonies of #B38DFF
Complementary color
Monochromatic Colors of #B38DFF
Black with #B38DFF
Text Example
Text Example
White with #B38DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38DFF; }
p { color: rgb(179,141,255); }
H1.HeaderClassName
{
color: #B38DFF;
}
.AnyTagClassName
{
color: #B38DFF;
}
</style>
background-color css
<style>
a { background-color: #B38DFF; }
a { background-color: rgb(179,141,255); }
div.DivClassName
{
background-color: #B38DFF;
}
.BgClassName
{
background-color: #B38DFF;
}
</style>
border-color css
<style>
span { border-color: #B38DFF; }
span { border-color: rgb(179,141,255); }
td.TdClassName
{
border-color: #B38DFF;
}
.TagClassName
{
border-color: #B38DFF;
}
</style>