Shades of Biloba Flower #B28DFA
Tints of Biloba Flower #B28DFA
RGB
CMYK
RGB Variations
Color information
#B28DFA (or 0xB28DFA) is known color: Biloba Flower. HEX triplet: B2, 8D and FA. RGB value is (178,141,250). Sum of RGB (Red+Green+Blue) = 178+141+250=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #B28DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28DFA is #4D7205. Grayscale: #A4A4A4. Windows color (decimal): -5075462 or 16420274. OLE color: 16420274.
HSL color Cylindrical-coordinate representation of color #B28DFA: hue angle of 260.37º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B28DFA is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 141 | 250 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.02 |
| HSL | 260.37º | 0.92% | 0.77% | - |
| HSV(B) | 260.37º | 0.44% | 0.98% | - |
| XYZ | 45.14 | 35.42 | 94.9 | - |
| YUV | 164.49 | 176.26 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 250 | 0.29 | 0.44 | 0 | 0.02 | 260.37 | 0.92 | 0.77 |
| Hex | B2 | 8D | FA | 1D | 2C | 0 | 2 | 104 | 5C | 4D |
| Octal | 262 | 215 | 372 | 35 | 54 | 0 | 2 | 404 | 134 | 115 |
| Binary | 10110010 | 10001101 | 11111010 | 11101 | 101100 | 0 | 10 | 100000100 | 1011100 | 1001101 |
Color Harmonies of #B28DFA
Complementary color
Monochromatic Colors of #B28DFA
Black with #B28DFA
Text Example
Text Example
White with #B28DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28DFA; }
p { color: rgb(178,141,250); }
H1.HeaderClassName
{
color: #B28DFA;
}
.AnyTagClassName
{
color: #B28DFA;
}
</style>
background-color css
<style>
a { background-color: #B28DFA; }
a { background-color: rgb(178,141,250); }
div.DivClassName
{
background-color: #B28DFA;
}
.BgClassName
{
background-color: #B28DFA;
}
</style>
border-color css
<style>
span { border-color: #B28DFA; }
span { border-color: rgb(178,141,250); }
td.TdClassName
{
border-color: #B28DFA;
}
.TagClassName
{
border-color: #B28DFA;
}
</style>