Shades of Biloba Flower #B18BFC
Tints of Biloba Flower #B18BFC
RGB
CMYK
RGB Variations
Color information
#B18BFC (or 0xB18BFC) is known color: Biloba Flower. HEX triplet: B1, 8B and FC. RGB value is (177,139,252). Sum of RGB (Red+Green+Blue) = 177+139+252=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #B18BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BFC is #4E7403. Grayscale: #A2A2A2. Windows color (decimal): -5141508 or 16550833. OLE color: 16550833.
HSL color Cylindrical-coordinate representation of color #B18BFC: hue angle of 260.18º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B18BFC is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 139 | 252 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.01 |
| HSL | 260.18º | 0.95% | 0.77% | - |
| HSV(B) | 260.18º | 0.45% | 0.99% | - |
| XYZ | 44.93 | 34.84 | 96.45 | - |
| YUV | 163.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 252 | 0.30 | 0.45 | 0 | 0.01 | 260.18 | 0.95 | 0.77 |
| Hex | B1 | 8B | FC | 1E | 2D | 0 | 1 | 104 | 5F | 4D |
| Octal | 261 | 213 | 374 | 36 | 55 | 0 | 1 | 404 | 137 | 115 |
| Binary | 10110001 | 10001011 | 11111100 | 11110 | 101101 | 0 | 1 | 100000100 | 1011111 | 1001101 |
Color Harmonies of #B18BFC
Complementary color
Monochromatic Colors of #B18BFC
Black with #B18BFC
Text Example
Text Example
White with #B18BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BFC; }
p { color: rgb(177,139,252); }
H1.HeaderClassName
{
color: #B18BFC;
}
.AnyTagClassName
{
color: #B18BFC;
}
</style>
background-color css
<style>
a { background-color: #B18BFC; }
a { background-color: rgb(177,139,252); }
div.DivClassName
{
background-color: #B18BFC;
}
.BgClassName
{
background-color: #B18BFC;
}
</style>
border-color css
<style>
span { border-color: #B18BFC; }
span { border-color: rgb(177,139,252); }
td.TdClassName
{
border-color: #B18BFC;
}
.TagClassName
{
border-color: #B18BFC;
}
</style>