Shades of Biloba Flower #B28FFB
Tints of Biloba Flower #B28FFB
RGB
CMYK
RGB Variations
Color information
#B28FFB (or 0xB28FFB) is known color: Biloba Flower. HEX triplet: B2, 8F and FB. RGB value is (178,143,251). Sum of RGB (Red+Green+Blue) = 178+143+251=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #B28FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FFB is #4D7004. Grayscale: #A5A5A5. Windows color (decimal): -5074949 or 16486322. OLE color: 16486322.
HSL color Cylindrical-coordinate representation of color #B28FFB: hue angle of 259.44º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B28FFB is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 143 | 251 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.02 |
| HSL | 259.44º | 0.93% | 0.77% | - |
| HSV(B) | 259.44º | 0.43% | 0.98% | - |
| XYZ | 45.6 | 36.07 | 95.83 | - |
| YUV | 165.78 | 176.1 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 251 | 0.29 | 0.43 | 0 | 0.02 | 259.44 | 0.93 | 0.77 |
| Hex | B2 | 8F | FB | 1D | 2B | 0 | 2 | 103 | 5D | 4D |
| Octal | 262 | 217 | 373 | 35 | 53 | 0 | 2 | 403 | 135 | 115 |
| Binary | 10110010 | 10001111 | 11111011 | 11101 | 101011 | 0 | 10 | 100000011 | 1011101 | 1001101 |
Color Harmonies of #B28FFB
Complementary color
Monochromatic Colors of #B28FFB
Black with #B28FFB
Text Example
Text Example
White with #B28FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28FFB; }
p { color: rgb(178,143,251); }
H1.HeaderClassName
{
color: #B28FFB;
}
.AnyTagClassName
{
color: #B28FFB;
}
</style>
background-color css
<style>
a { background-color: #B28FFB; }
a { background-color: rgb(178,143,251); }
div.DivClassName
{
background-color: #B28FFB;
}
.BgClassName
{
background-color: #B28FFB;
}
</style>
border-color css
<style>
span { border-color: #B28FFB; }
span { border-color: rgb(178,143,251); }
td.TdClassName
{
border-color: #B28FFB;
}
.TagClassName
{
border-color: #B28FFB;
}
</style>