Shades of Biloba Flower #B38DE8
Tints of Biloba Flower #B38DE8
RGB
CMYK
RGB Variations
Color information
#B38DE8 (or 0xB38DE8) is known color: Biloba Flower. HEX triplet: B3, 8D and E8. RGB value is (179,141,232). Sum of RGB (Red+Green+Blue) = 179+141+232=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #B38DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38DE8 is #4C7217. Grayscale: #A2A2A2. Windows color (decimal): -5009944 or 15240627. OLE color: 15240627.
HSL color Cylindrical-coordinate representation of color #B38DE8: hue angle of 265.05º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B38DE8 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 141 | 232 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.09 |
| HSL | 265.06º | 0.66% | 0.73% | - |
| HSV(B) | 265.06º | 0.39% | 0.91% | - |
| XYZ | 42.68 | 34.46 | 80.75 | - |
| YUV | 162.74 | 167.09 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 232 | 0.23 | 0.39 | 0 | 0.09 | 265.06 | 0.66 | 0.73 |
| Hex | B3 | 8D | E8 | 17 | 27 | 0 | 9 | 109 | 42 | 49 |
| Octal | 263 | 215 | 350 | 27 | 47 | 0 | 11 | 411 | 102 | 111 |
| Binary | 10110011 | 10001101 | 11101000 | 10111 | 100111 | 0 | 1001 | 100001001 | 1000010 | 1001001 |
Color Harmonies of #B38DE8
Complementary color
Monochromatic Colors of #B38DE8
Black with #B38DE8
Text Example
Text Example
White with #B38DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38DE8; }
p { color: rgb(179,141,232); }
H1.HeaderClassName
{
color: #B38DE8;
}
.AnyTagClassName
{
color: #B38DE8;
}
</style>
background-color css
<style>
a { background-color: #B38DE8; }
a { background-color: rgb(179,141,232); }
div.DivClassName
{
background-color: #B38DE8;
}
.BgClassName
{
background-color: #B38DE8;
}
</style>
border-color css
<style>
span { border-color: #B38DE8; }
span { border-color: rgb(179,141,232); }
td.TdClassName
{
border-color: #B38DE8;
}
.TagClassName
{
border-color: #B38DE8;
}
</style>