Shades of Biloba Flower #B18BFD
Tints of Biloba Flower #B18BFD
RGB
CMYK
RGB Variations
Color information
#B18BFD (or 0xB18BFD) is known color: Biloba Flower. HEX triplet: B1, 8B and FD. RGB value is (177,139,253). Sum of RGB (Red+Green+Blue) = 177+139+253=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #B18BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BFD is #4E7402. Grayscale: #A2A2A2. Windows color (decimal): -5141507 or 16616369. OLE color: 16616369.
HSL color Cylindrical-coordinate representation of color #B18BFD: hue angle of 260º degrees, saturation: 0.97, 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 #B18BFD is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 139 | 253 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.01 |
| HSL | 260º | 0.97% | 0.77% | - |
| HSV(B) | 260º | 0.45% | 0.99% | - |
| XYZ | 45.09 | 34.9 | 97.29 | - |
| YUV | 163.36 | 178.59 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 253 | 0.30 | 0.45 | 0 | 0.01 | 260 | 0.97 | 0.77 |
| Hex | B1 | 8B | FD | 1E | 2D | 0 | 1 | 104 | 61 | 4D |
| Octal | 261 | 213 | 375 | 36 | 55 | 0 | 1 | 404 | 141 | 115 |
| Binary | 10110001 | 10001011 | 11111101 | 11110 | 101101 | 0 | 1 | 100000100 | 1100001 | 1001101 |
Color Harmonies of #B18BFD
Complementary color
Monochromatic Colors of #B18BFD
Black with #B18BFD
Text Example
Text Example
White with #B18BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BFD; }
p { color: rgb(177,139,253); }
H1.HeaderClassName
{
color: #B18BFD;
}
.AnyTagClassName
{
color: #B18BFD;
}
</style>
background-color css
<style>
a { background-color: #B18BFD; }
a { background-color: rgb(177,139,253); }
div.DivClassName
{
background-color: #B18BFD;
}
.BgClassName
{
background-color: #B18BFD;
}
</style>
border-color css
<style>
span { border-color: #B18BFD; }
span { border-color: rgb(177,139,253); }
td.TdClassName
{
border-color: #B18BFD;
}
.TagClassName
{
border-color: #B18BFD;
}
</style>