Shades of Biloba Flower #B17FEC
Tints of Biloba Flower #B17FEC
RGB
CMYK
RGB Variations
Color information
#B17FEC (or 0xB17FEC) is known color: Biloba Flower. HEX triplet: B1, 7F and EC. RGB value is (177,127,236). Sum of RGB (Red+Green+Blue) = 177+127+236=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #B17FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FEC is #4E8013. Grayscale: #999999. Windows color (decimal): -5144596 or 15499185. OLE color: 15499185.
HSL color Cylindrical-coordinate representation of color #B17FEC: hue angle of 267.52º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B17FEC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 127 | 236 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.07 |
| HSL | 267.52º | 0.74% | 0.71% | - |
| HSV(B) | 267.52º | 0.46% | 0.93% | - |
| XYZ | 40.86 | 30.58 | 83.11 | - |
| YUV | 154.38 | 174.07 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 236 | 0.25 | 0.46 | 0 | 0.07 | 267.52 | 0.74 | 0.71 |
| Hex | B1 | 7F | EC | 19 | 2E | 0 | 7 | 10C | 4A | 47 |
| Octal | 261 | 177 | 354 | 31 | 56 | 0 | 7 | 414 | 112 | 107 |
| Binary | 10110001 | 1111111 | 11101100 | 11001 | 101110 | 0 | 111 | 100001100 | 1001010 | 1000111 |
Color Harmonies of #B17FEC
Complementary color
Monochromatic Colors of #B17FEC
Black with #B17FEC
Text Example
Text Example
White with #B17FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17FEC; }
p { color: rgb(177,127,236); }
H1.HeaderClassName
{
color: #B17FEC;
}
.AnyTagClassName
{
color: #B17FEC;
}
</style>
background-color css
<style>
a { background-color: #B17FEC; }
a { background-color: rgb(177,127,236); }
div.DivClassName
{
background-color: #B17FEC;
}
.BgClassName
{
background-color: #B17FEC;
}
</style>
border-color css
<style>
span { border-color: #B17FEC; }
span { border-color: rgb(177,127,236); }
td.TdClassName
{
border-color: #B17FEC;
}
.TagClassName
{
border-color: #B17FEC;
}
</style>