Shades of Biloba Flower #B28EFE
Tints of Biloba Flower #B28EFE
RGB
CMYK
RGB Variations
Color information
#B28EFE (or 0xB28EFE) is known color: Biloba Flower. HEX triplet: B2, 8E and FE. RGB value is (178,142,254). Sum of RGB (Red+Green+Blue) = 178+142+254=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #B28EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28EFE is #4D7101. Grayscale: #A5A5A5. Windows color (decimal): -5075202 or 16682674. OLE color: 16682674.
HSL color Cylindrical-coordinate representation of color #B28EFE: hue angle of 259.29º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B28EFE is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 142 | 254 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.00 |
| HSL | 259.29º | 0.98% | 0.78% | - |
| HSV(B) | 259.29º | 0.44% | 1% | - |
| XYZ | 45.92 | 35.97 | 98.29 | - |
| YUV | 165.53 | 177.93 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 254 | 0.30 | 0.44 | 0 | 0.00 | 259.29 | 0.98 | 0.78 |
| Hex | B2 | 8E | FE | 1E | 2C | 0 | 0 | 103 | 62 | 4E |
| Octal | 262 | 216 | 376 | 36 | 54 | 0 | 0 | 403 | 142 | 116 |
| Binary | 10110010 | 10001110 | 11111110 | 11110 | 101100 | 0 | 0 | 100000011 | 1100010 | 1001110 |
Color Harmonies of #B28EFE
Complementary color
Monochromatic Colors of #B28EFE
Black with #B28EFE
Text Example
Text Example
White with #B28EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28EFE; }
p { color: rgb(178,142,254); }
H1.HeaderClassName
{
color: #B28EFE;
}
.AnyTagClassName
{
color: #B28EFE;
}
</style>
background-color css
<style>
a { background-color: #B28EFE; }
a { background-color: rgb(178,142,254); }
div.DivClassName
{
background-color: #B28EFE;
}
.BgClassName
{
background-color: #B28EFE;
}
</style>
border-color css
<style>
span { border-color: #B28EFE; }
span { border-color: rgb(178,142,254); }
td.TdClassName
{
border-color: #B28EFE;
}
.TagClassName
{
border-color: #B28EFE;
}
</style>