Shades of Biloba Flower #B28CFF
Tints of Biloba Flower #B28CFF
RGB
CMYK
RGB Variations
Color information
#B28CFF (or 0xB28CFF) is known color: Biloba Flower. HEX triplet: B2, 8C and FF. RGB value is (178,140,255). Sum of RGB (Red+Green+Blue) = 178+140+255=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #B28CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28CFF is #4D7300. Grayscale: #A4A4A4. Windows color (decimal): -5075713 or 16747698. OLE color: 16747698.
HSL color Cylindrical-coordinate representation of color #B28CFF: hue angle of 259.83º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B28CFF is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 140 | 255 | - |
| CMYK | 0.30 | 0.45 | 0 | 0 |
| HSL | 259.83º | 1% | 0.77% | - |
| HSV(B) | 259.83º | 0.45% | 1% | - |
| XYZ | 45.79 | 35.44 | 99.04 | - |
| YUV | 164.47 | 179.09 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 255 | 0.30 | 0.45 | 0 | 0 | 259.83 | 1 | 0.77 |
| Hex | B2 | 8C | FF | 1E | 2D | 0 | 0 | 104 | 64 | 4D |
| Octal | 262 | 214 | 377 | 36 | 55 | 0 | 0 | 404 | 144 | 115 |
| Binary | 10110010 | 10001100 | 11111111 | 11110 | 101101 | 0 | 0 | 100000100 | 1100100 | 1001101 |
Color Harmonies of #B28CFF
Complementary color
Monochromatic Colors of #B28CFF
Black with #B28CFF
Text Example
Text Example
White with #B28CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28CFF; }
p { color: rgb(178,140,255); }
H1.HeaderClassName
{
color: #B28CFF;
}
.AnyTagClassName
{
color: #B28CFF;
}
</style>
background-color css
<style>
a { background-color: #B28CFF; }
a { background-color: rgb(178,140,255); }
div.DivClassName
{
background-color: #B28CFF;
}
.BgClassName
{
background-color: #B28CFF;
}
</style>
border-color css
<style>
span { border-color: #B28CFF; }
span { border-color: rgb(178,140,255); }
td.TdClassName
{
border-color: #B28CFF;
}
.TagClassName
{
border-color: #B28CFF;
}
</style>