Shades of Biloba Flower #B38FDD
Tints of Biloba Flower #B38FDD
RGB
CMYK
RGB Variations
Color information
#B38FDD (or 0xB38FDD) is known color: Biloba Flower. HEX triplet: B3, 8F and DD. RGB value is (179,143,221). Sum of RGB (Red+Green+Blue) = 179+143+221=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #B38FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FDD is #4C7022. Grayscale: #A2A2A2. Windows color (decimal): -5009443 or 14520243. OLE color: 14520243.
HSL color Cylindrical-coordinate representation of color #B38FDD: hue angle of 267.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38FDD is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 143 | 221 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.13 |
| HSL | 267.69º | 0.53% | 0.71% | - |
| HSV(B) | 267.69º | 0.35% | 0.87% | - |
| XYZ | 41.46 | 34.45 | 72.87 | - |
| YUV | 162.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 221 | 0.19 | 0.35 | 0 | 0.13 | 267.69 | 0.53 | 0.71 |
| Hex | B3 | 8F | DD | 13 | 23 | 0 | D | 10C | 35 | 47 |
| Octal | 263 | 217 | 335 | 23 | 43 | 0 | 15 | 414 | 65 | 107 |
| Binary | 10110011 | 10001111 | 11011101 | 10011 | 100011 | 0 | 1101 | 100001100 | 110101 | 1000111 |
Color Harmonies of #B38FDD
Complementary color
Monochromatic Colors of #B38FDD
Black with #B38FDD
Text Example
Text Example
White with #B38FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38FDD; }
p { color: rgb(179,143,221); }
H1.HeaderClassName
{
color: #B38FDD;
}
.AnyTagClassName
{
color: #B38FDD;
}
</style>
background-color css
<style>
a { background-color: #B38FDD; }
a { background-color: rgb(179,143,221); }
div.DivClassName
{
background-color: #B38FDD;
}
.BgClassName
{
background-color: #B38FDD;
}
</style>
border-color css
<style>
span { border-color: #B38FDD; }
span { border-color: rgb(179,143,221); }
td.TdClassName
{
border-color: #B38FDD;
}
.TagClassName
{
border-color: #B38FDD;
}
</style>