Shades of Biloba Flower #B38FDE
Tints of Biloba Flower #B38FDE
RGB
CMYK
RGB Variations
Color information
#B38FDE (or 0xB38FDE) is known color: Biloba Flower. HEX triplet: B3, 8F and DE. RGB value is (179,143,222). Sum of RGB (Red+Green+Blue) = 179+143+222=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #B38FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FDE is #4C7021. Grayscale: #A2A2A2. Windows color (decimal): -5009442 or 14585779. OLE color: 14585779.
HSL color Cylindrical-coordinate representation of color #B38FDE: hue angle of 267.34º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B38FDE is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 143 | 222 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.13 |
| HSL | 267.34º | 0.54% | 0.72% | - |
| HSV(B) | 267.34º | 0.36% | 0.87% | - |
| XYZ | 41.6 | 34.5 | 73.57 | - |
| YUV | 162.77 | 161.43 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 222 | 0.19 | 0.36 | 0 | 0.13 | 267.34 | 0.54 | 0.72 |
| Hex | B3 | 8F | DE | 13 | 24 | 0 | D | 10B | 36 | 48 |
| Octal | 263 | 217 | 336 | 23 | 44 | 0 | 15 | 413 | 66 | 110 |
| Binary | 10110011 | 10001111 | 11011110 | 10011 | 100100 | 0 | 1101 | 100001011 | 110110 | 1001000 |
Color Harmonies of #B38FDE
Complementary color
Monochromatic Colors of #B38FDE
Black with #B38FDE
Text Example
Text Example
White with #B38FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38FDE; }
p { color: rgb(179,143,222); }
H1.HeaderClassName
{
color: #B38FDE;
}
.AnyTagClassName
{
color: #B38FDE;
}
</style>
background-color css
<style>
a { background-color: #B38FDE; }
a { background-color: rgb(179,143,222); }
div.DivClassName
{
background-color: #B38FDE;
}
.BgClassName
{
background-color: #B38FDE;
}
</style>
border-color css
<style>
span { border-color: #B38FDE; }
span { border-color: rgb(179,143,222); }
td.TdClassName
{
border-color: #B38FDE;
}
.TagClassName
{
border-color: #B38FDE;
}
</style>