Shades of Biloba Flower #B28AFF
Tints of Biloba Flower #B28AFF
RGB
CMYK
RGB Variations
Color information
#B28AFF (or 0xB28AFF) is known color: Biloba Flower. HEX triplet: B2, 8A and FF. RGB value is (178,138,255). Sum of RGB (Red+Green+Blue) = 178+138+255=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #B28AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28AFF is #4D7500. Grayscale: #A2A2A2. Windows color (decimal): -5076225 or 16747186. OLE color: 16747186.
HSL color Cylindrical-coordinate representation of color #B28AFF: hue angle of 260.51º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B28AFF is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 138 | 255 | - |
| CMYK | 0.30 | 0.46 | 0 | 0 |
| HSL | 260.51º | 1% | 0.77% | - |
| HSV(B) | 260.51º | 0.46% | 1% | - |
| XYZ | 45.5 | 34.86 | 98.94 | - |
| YUV | 163.3 | 179.75 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 255 | 0.30 | 0.46 | 0 | 0 | 260.51 | 1 | 0.77 |
| Hex | B2 | 8A | FF | 1E | 2E | 0 | 0 | 105 | 64 | 4D |
| Octal | 262 | 212 | 377 | 36 | 56 | 0 | 0 | 405 | 144 | 115 |
| Binary | 10110010 | 10001010 | 11111111 | 11110 | 101110 | 0 | 0 | 100000101 | 1100100 | 1001101 |
Color Harmonies of #B28AFF
Complementary color
Monochromatic Colors of #B28AFF
Black with #B28AFF
Text Example
Text Example
White with #B28AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28AFF; }
p { color: rgb(178,138,255); }
H1.HeaderClassName
{
color: #B28AFF;
}
.AnyTagClassName
{
color: #B28AFF;
}
</style>
background-color css
<style>
a { background-color: #B28AFF; }
a { background-color: rgb(178,138,255); }
div.DivClassName
{
background-color: #B28AFF;
}
.BgClassName
{
background-color: #B28AFF;
}
</style>
border-color css
<style>
span { border-color: #B28AFF; }
span { border-color: rgb(178,138,255); }
td.TdClassName
{
border-color: #B28AFF;
}
.TagClassName
{
border-color: #B28AFF;
}
</style>