Shades of Biloba Flower #B28FE9
Tints of Biloba Flower #B28FE9
RGB
CMYK
RGB Variations
Color information
#B28FE9 (or 0xB28FE9) is known color: Biloba Flower. HEX triplet: B2, 8F and E9. RGB value is (178,143,233). Sum of RGB (Red+Green+Blue) = 178+143+233=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #B28FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FE9 is #4D7016. Grayscale: #A3A3A3. Windows color (decimal): -5074967 or 15306674. OLE color: 15306674.
HSL color Cylindrical-coordinate representation of color #B28FE9: hue angle of 263.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B28FE9 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 143 | 233 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.09 |
| HSL | 263.33º | 0.67% | 0.74% | - |
| HSV(B) | 263.33º | 0.39% | 0.91% | - |
| XYZ | 42.89 | 34.99 | 81.58 | - |
| YUV | 163.73 | 167.1 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 233 | 0.24 | 0.39 | 0 | 0.09 | 263.33 | 0.67 | 0.74 |
| Hex | B2 | 8F | E9 | 18 | 27 | 0 | 9 | 107 | 43 | 4A |
| Octal | 262 | 217 | 351 | 30 | 47 | 0 | 11 | 407 | 103 | 112 |
| Binary | 10110010 | 10001111 | 11101001 | 11000 | 100111 | 0 | 1001 | 100000111 | 1000011 | 1001010 |
Color Harmonies of #B28FE9
Complementary color
Monochromatic Colors of #B28FE9
Black with #B28FE9
Text Example
Text Example
White with #B28FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28FE9; }
p { color: rgb(178,143,233); }
H1.HeaderClassName
{
color: #B28FE9;
}
.AnyTagClassName
{
color: #B28FE9;
}
</style>
background-color css
<style>
a { background-color: #B28FE9; }
a { background-color: rgb(178,143,233); }
div.DivClassName
{
background-color: #B28FE9;
}
.BgClassName
{
background-color: #B28FE9;
}
</style>
border-color css
<style>
span { border-color: #B28FE9; }
span { border-color: rgb(178,143,233); }
td.TdClassName
{
border-color: #B28FE9;
}
.TagClassName
{
border-color: #B28FE9;
}
</style>