Shades of Biloba Flower #B28BEF
Tints of Biloba Flower #B28BEF
RGB
CMYK
RGB Variations
Color information
#B28BEF (or 0xB28BEF) is known color: Biloba Flower. HEX triplet: B2, 8B and EF. RGB value is (178,139,239). Sum of RGB (Red+Green+Blue) = 178+139+239=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #B28BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28BEF is #4D7410. Grayscale: #A1A1A1. Windows color (decimal): -5075985 or 15698866. OLE color: 15698866.
HSL color Cylindrical-coordinate representation of color #B28BEF: hue angle of 263.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B28BEF is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 139 | 239 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.06 |
| HSL | 263.4º | 0.76% | 0.74% | - |
| HSV(B) | 263.4º | 0.42% | 0.94% | - |
| XYZ | 43.17 | 34.16 | 85.98 | - |
| YUV | 162.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 239 | 0.26 | 0.42 | 0 | 0.06 | 263.4 | 0.76 | 0.74 |
| Hex | B2 | 8B | EF | 1A | 2A | 0 | 6 | 107 | 4C | 4A |
| Octal | 262 | 213 | 357 | 32 | 52 | 0 | 6 | 407 | 114 | 112 |
| Binary | 10110010 | 10001011 | 11101111 | 11010 | 101010 | 0 | 110 | 100000111 | 1001100 | 1001010 |
Color Harmonies of #B28BEF
Complementary color
Monochromatic Colors of #B28BEF
Black with #B28BEF
Text Example
Text Example
White with #B28BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28BEF; }
p { color: rgb(178,139,239); }
H1.HeaderClassName
{
color: #B28BEF;
}
.AnyTagClassName
{
color: #B28BEF;
}
</style>
background-color css
<style>
a { background-color: #B28BEF; }
a { background-color: rgb(178,139,239); }
div.DivClassName
{
background-color: #B28BEF;
}
.BgClassName
{
background-color: #B28BEF;
}
</style>
border-color css
<style>
span { border-color: #B28BEF; }
span { border-color: rgb(178,139,239); }
td.TdClassName
{
border-color: #B28BEF;
}
.TagClassName
{
border-color: #B28BEF;
}
</style>