Shades of Biloba Flower #B18FEC
Tints of Biloba Flower #B18FEC
RGB
CMYK
RGB Variations
Color information
#B18FEC (or 0xB18FEC) is known color: Biloba Flower. HEX triplet: B1, 8F and EC. RGB value is (177,143,236). Sum of RGB (Red+Green+Blue) = 177+143+236=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #B18FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FEC is #4E7013. Grayscale: #A3A3A3. Windows color (decimal): -5140500 or 15503281. OLE color: 15503281.
HSL color Cylindrical-coordinate representation of color #B18FEC: hue angle of 261.94º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B18FEC is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 143 | 236 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.07 |
| HSL | 261.94º | 0.71% | 0.74% | - |
| HSV(B) | 261.94º | 0.39% | 0.93% | - |
| XYZ | 43.09 | 35.05 | 83.85 | - |
| YUV | 163.77 | 168.76 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 236 | 0.25 | 0.39 | 0 | 0.07 | 261.94 | 0.71 | 0.74 |
| Hex | B1 | 8F | EC | 19 | 27 | 0 | 7 | 106 | 47 | 4A |
| Octal | 261 | 217 | 354 | 31 | 47 | 0 | 7 | 406 | 107 | 112 |
| Binary | 10110001 | 10001111 | 11101100 | 11001 | 100111 | 0 | 111 | 100000110 | 1000111 | 1001010 |
Color Harmonies of #B18FEC
Complementary color
Monochromatic Colors of #B18FEC
Black with #B18FEC
Text Example
Text Example
White with #B18FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FEC; }
p { color: rgb(177,143,236); }
H1.HeaderClassName
{
color: #B18FEC;
}
.AnyTagClassName
{
color: #B18FEC;
}
</style>
background-color css
<style>
a { background-color: #B18FEC; }
a { background-color: rgb(177,143,236); }
div.DivClassName
{
background-color: #B18FEC;
}
.BgClassName
{
background-color: #B18FEC;
}
</style>
border-color css
<style>
span { border-color: #B18FEC; }
span { border-color: rgb(177,143,236); }
td.TdClassName
{
border-color: #B18FEC;
}
.TagClassName
{
border-color: #B18FEC;
}
</style>