Shades of Biloba Flower #B28CF3
Tints of Biloba Flower #B28CF3
RGB
CMYK
RGB Variations
Color information
#B28CF3 (or 0xB28CF3) is known color: Biloba Flower. HEX triplet: B2, 8C and F3. RGB value is (178,140,243). Sum of RGB (Red+Green+Blue) = 178+140+243=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #B28CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28CF3 is #4D730C. Grayscale: #A2A2A2. Windows color (decimal): -5075725 or 15961266. OLE color: 15961266.
HSL color Cylindrical-coordinate representation of color #B28CF3: hue angle of 262.14º degrees, saturation: 0.81, 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 #B28CF3 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 140 | 243 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.05 |
| HSL | 262.14º | 0.81% | 0.75% | - |
| HSV(B) | 262.14º | 0.42% | 0.95% | - |
| XYZ | 43.92 | 34.69 | 89.18 | - |
| YUV | 163.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 243 | 0.27 | 0.42 | 0 | 0.05 | 262.14 | 0.81 | 0.75 |
| Hex | B2 | 8C | F3 | 1B | 2A | 0 | 5 | 106 | 51 | 4B |
| Octal | 262 | 214 | 363 | 33 | 52 | 0 | 5 | 406 | 121 | 113 |
| Binary | 10110010 | 10001100 | 11110011 | 11011 | 101010 | 0 | 101 | 100000110 | 1010001 | 1001011 |
Color Harmonies of #B28CF3
Complementary color
Monochromatic Colors of #B28CF3
Black with #B28CF3
Text Example
Text Example
White with #B28CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28CF3; }
p { color: rgb(178,140,243); }
H1.HeaderClassName
{
color: #B28CF3;
}
.AnyTagClassName
{
color: #B28CF3;
}
</style>
background-color css
<style>
a { background-color: #B28CF3; }
a { background-color: rgb(178,140,243); }
div.DivClassName
{
background-color: #B28CF3;
}
.BgClassName
{
background-color: #B28CF3;
}
</style>
border-color css
<style>
span { border-color: #B28CF3; }
span { border-color: rgb(178,140,243); }
td.TdClassName
{
border-color: #B28CF3;
}
.TagClassName
{
border-color: #B28CF3;
}
</style>