Shades of Biloba Flower #B28BF1
Tints of Biloba Flower #B28BF1
RGB
CMYK
RGB Variations
Color information
#B28BF1 (or 0xB28BF1) is known color: Biloba Flower. HEX triplet: B2, 8B and F1. RGB value is (178,139,241). Sum of RGB (Red+Green+Blue) = 178+139+241=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #B28BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28BF1 is #4D740E. Grayscale: #A1A1A1. Windows color (decimal): -5075983 or 15829938. OLE color: 15829938.
HSL color Cylindrical-coordinate representation of color #B28BF1: hue angle of 262.94º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B28BF1 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 139 | 241 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.05 |
| HSL | 262.94º | 0.78% | 0.75% | - |
| HSV(B) | 262.94º | 0.42% | 0.95% | - |
| XYZ | 43.47 | 34.28 | 87.54 | - |
| YUV | 162.29 | 172.42 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 241 | 0.26 | 0.42 | 0 | 0.05 | 262.94 | 0.78 | 0.75 |
| Hex | B2 | 8B | F1 | 1A | 2A | 0 | 5 | 107 | 4E | 4B |
| Octal | 262 | 213 | 361 | 32 | 52 | 0 | 5 | 407 | 116 | 113 |
| Binary | 10110010 | 10001011 | 11110001 | 11010 | 101010 | 0 | 101 | 100000111 | 1001110 | 1001011 |
Color Harmonies of #B28BF1
Complementary color
Monochromatic Colors of #B28BF1
Black with #B28BF1
Text Example
Text Example
White with #B28BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28BF1; }
p { color: rgb(178,139,241); }
H1.HeaderClassName
{
color: #B28BF1;
}
.AnyTagClassName
{
color: #B28BF1;
}
</style>
background-color css
<style>
a { background-color: #B28BF1; }
a { background-color: rgb(178,139,241); }
div.DivClassName
{
background-color: #B28BF1;
}
.BgClassName
{
background-color: #B28BF1;
}
</style>
border-color css
<style>
span { border-color: #B28BF1; }
span { border-color: rgb(178,139,241); }
td.TdClassName
{
border-color: #B28BF1;
}
.TagClassName
{
border-color: #B28BF1;
}
</style>