Shades of Biloba Flower #B38EFF
Tints of Biloba Flower #B38EFF
RGB
CMYK
RGB Variations
Color information
#B38EFF (or 0xB38EFF) is known color: Biloba Flower. HEX triplet: B3, 8E and FF. RGB value is (179,142,255). Sum of RGB (Red+Green+Blue) = 179+142+255=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #B38EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38EFF is #4C7100. Grayscale: #A5A5A5. Windows color (decimal): -5009665 or 16748211. OLE color: 16748211.
HSL color Cylindrical-coordinate representation of color #B38EFF: hue angle of 259.65º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B38EFF is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 142 | 255 | - |
| CMYK | 0.30 | 0.44 | 0 | 0 |
| HSL | 259.65º | 1% | 0.78% | - |
| HSV(B) | 259.65º | 0.44% | 1% | - |
| XYZ | 46.31 | 36.15 | 99.14 | - |
| YUV | 165.95 | 178.26 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 255 | 0.30 | 0.44 | 0 | 0 | 259.65 | 1 | 0.78 |
| Hex | B3 | 8E | FF | 1E | 2C | 0 | 0 | 104 | 64 | 4E |
| Octal | 263 | 216 | 377 | 36 | 54 | 0 | 0 | 404 | 144 | 116 |
| Binary | 10110011 | 10001110 | 11111111 | 11110 | 101100 | 0 | 0 | 100000100 | 1100100 | 1001110 |
Color Harmonies of #B38EFF
Complementary color
Monochromatic Colors of #B38EFF
Black with #B38EFF
Text Example
Text Example
White with #B38EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38EFF; }
p { color: rgb(179,142,255); }
H1.HeaderClassName
{
color: #B38EFF;
}
.AnyTagClassName
{
color: #B38EFF;
}
</style>
background-color css
<style>
a { background-color: #B38EFF; }
a { background-color: rgb(179,142,255); }
div.DivClassName
{
background-color: #B38EFF;
}
.BgClassName
{
background-color: #B38EFF;
}
</style>
border-color css
<style>
span { border-color: #B38EFF; }
span { border-color: rgb(179,142,255); }
td.TdClassName
{
border-color: #B38EFF;
}
.TagClassName
{
border-color: #B38EFF;
}
</style>