Shades of Biloba Flower #B28DF3
Tints of Biloba Flower #B28DF3
RGB
CMYK
RGB Variations
Color information
#B28DF3 (or 0xB28DF3) is known color: Biloba Flower. HEX triplet: B2, 8D and F3. RGB value is (178,141,243). Sum of RGB (Red+Green+Blue) = 178+141+243=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #B28DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28DF3 is #4D720C. Grayscale: #A3A3A3. Windows color (decimal): -5075469 or 15961522. OLE color: 15961522.
HSL color Cylindrical-coordinate representation of color #B28DF3: hue angle of 261.76º 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 #B28DF3 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 141 | 243 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.05 |
| HSL | 261.76º | 0.81% | 0.75% | - |
| HSV(B) | 261.76º | 0.42% | 0.95% | - |
| XYZ | 44.06 | 34.99 | 89.22 | - |
| YUV | 163.69 | 172.76 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 243 | 0.27 | 0.42 | 0 | 0.05 | 261.76 | 0.81 | 0.75 |
| Hex | B2 | 8D | F3 | 1B | 2A | 0 | 5 | 106 | 51 | 4B |
| Octal | 262 | 215 | 363 | 33 | 52 | 0 | 5 | 406 | 121 | 113 |
| Binary | 10110010 | 10001101 | 11110011 | 11011 | 101010 | 0 | 101 | 100000110 | 1010001 | 1001011 |
Color Harmonies of #B28DF3
Complementary color
Monochromatic Colors of #B28DF3
Black with #B28DF3
Text Example
Text Example
White with #B28DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28DF3; }
p { color: rgb(178,141,243); }
H1.HeaderClassName
{
color: #B28DF3;
}
.AnyTagClassName
{
color: #B28DF3;
}
</style>
background-color css
<style>
a { background-color: #B28DF3; }
a { background-color: rgb(178,141,243); }
div.DivClassName
{
background-color: #B28DF3;
}
.BgClassName
{
background-color: #B28DF3;
}
</style>
border-color css
<style>
span { border-color: #B28DF3; }
span { border-color: rgb(178,141,243); }
td.TdClassName
{
border-color: #B28DF3;
}
.TagClassName
{
border-color: #B28DF3;
}
</style>