Shades of Biloba Flower #B28AFA
Tints of Biloba Flower #B28AFA
RGB
CMYK
RGB Variations
Color information
#B28AFA (or 0xB28AFA) is known color: Biloba Flower. HEX triplet: B2, 8A and FA. RGB value is (178,138,250). Sum of RGB (Red+Green+Blue) = 178+138+250=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #B28AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28AFA is #4D7505. Grayscale: #A2A2A2. Windows color (decimal): -5076230 or 16419506. OLE color: 16419506.
HSL color Cylindrical-coordinate representation of color #B28AFA: hue angle of 261.43º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B28AFA is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 138 | 250 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.02 |
| HSL | 261.43º | 0.92% | 0.76% | - |
| HSV(B) | 261.43º | 0.45% | 0.98% | - |
| XYZ | 44.7 | 34.54 | 94.75 | - |
| YUV | 162.73 | 177.25 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 250 | 0.29 | 0.45 | 0 | 0.02 | 261.43 | 0.92 | 0.76 |
| Hex | B2 | 8A | FA | 1D | 2D | 0 | 2 | 105 | 5C | 4C |
| Octal | 262 | 212 | 372 | 35 | 55 | 0 | 2 | 405 | 134 | 114 |
| Binary | 10110010 | 10001010 | 11111010 | 11101 | 101101 | 0 | 10 | 100000101 | 1011100 | 1001100 |
Color Harmonies of #B28AFA
Complementary color
Monochromatic Colors of #B28AFA
Black with #B28AFA
Text Example
Text Example
White with #B28AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28AFA; }
p { color: rgb(178,138,250); }
H1.HeaderClassName
{
color: #B28AFA;
}
.AnyTagClassName
{
color: #B28AFA;
}
</style>
background-color css
<style>
a { background-color: #B28AFA; }
a { background-color: rgb(178,138,250); }
div.DivClassName
{
background-color: #B28AFA;
}
.BgClassName
{
background-color: #B28AFA;
}
</style>
border-color css
<style>
span { border-color: #B28AFA; }
span { border-color: rgb(178,138,250); }
td.TdClassName
{
border-color: #B28AFA;
}
.TagClassName
{
border-color: #B28AFA;
}
</style>