Shades of Biloba Flower #B28DF5
Tints of Biloba Flower #B28DF5
RGB
CMYK
RGB Variations
Color information
#B28DF5 (or 0xB28DF5) is known color: Biloba Flower. HEX triplet: B2, 8D and F5. RGB value is (178,141,245). Sum of RGB (Red+Green+Blue) = 178+141+245=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #B28DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28DF5 is #4D720A. Grayscale: #A3A3A3. Windows color (decimal): -5075467 or 16092594. OLE color: 16092594.
HSL color Cylindrical-coordinate representation of color #B28DF5: hue angle of 261.35º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B28DF5 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 141 | 245 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.04 |
| HSL | 261.35º | 0.84% | 0.76% | - |
| HSV(B) | 261.35º | 0.42% | 0.96% | - |
| XYZ | 44.37 | 35.11 | 90.82 | - |
| YUV | 163.92 | 173.76 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 245 | 0.27 | 0.42 | 0 | 0.04 | 261.35 | 0.84 | 0.76 |
| Hex | B2 | 8D | F5 | 1B | 2A | 0 | 4 | 105 | 54 | 4C |
| Octal | 262 | 215 | 365 | 33 | 52 | 0 | 4 | 405 | 124 | 114 |
| Binary | 10110010 | 10001101 | 11110101 | 11011 | 101010 | 0 | 100 | 100000101 | 1010100 | 1001100 |
Color Harmonies of #B28DF5
Complementary color
Monochromatic Colors of #B28DF5
Black with #B28DF5
Text Example
Text Example
White with #B28DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28DF5; }
p { color: rgb(178,141,245); }
H1.HeaderClassName
{
color: #B28DF5;
}
.AnyTagClassName
{
color: #B28DF5;
}
</style>
background-color css
<style>
a { background-color: #B28DF5; }
a { background-color: rgb(178,141,245); }
div.DivClassName
{
background-color: #B28DF5;
}
.BgClassName
{
background-color: #B28DF5;
}
</style>
border-color css
<style>
span { border-color: #B28DF5; }
span { border-color: rgb(178,141,245); }
td.TdClassName
{
border-color: #B28DF5;
}
.TagClassName
{
border-color: #B28DF5;
}
</style>