Shades of Biloba Flower #B17CE4
Tints of Biloba Flower #B17CE4
RGB
CMYK
RGB Variations
Color information
#B17CE4 (or 0xB17CE4) is known color: Biloba Flower. HEX triplet: B1, 7C and E4. RGB value is (177,124,228). Sum of RGB (Red+Green+Blue) = 177+124+228=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #B17CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CE4 is #4E831B. Grayscale: #979797. Windows color (decimal): -5145372 or 14974129. OLE color: 14974129.
HSL color Cylindrical-coordinate representation of color #B17CE4: hue angle of 270.58º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B17CE4 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 124 | 228 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.11 |
| HSL | 270.58º | 0.66% | 0.69% | - |
| HSV(B) | 270.58º | 0.46% | 0.89% | - |
| XYZ | 39.34 | 29.36 | 76.99 | - |
| YUV | 151.7 | 171.06 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 228 | 0.22 | 0.46 | 0 | 0.11 | 270.58 | 0.66 | 0.69 |
| Hex | B1 | 7C | E4 | 16 | 2E | 0 | B | 10F | 42 | 45 |
| Octal | 261 | 174 | 344 | 26 | 56 | 0 | 13 | 417 | 102 | 105 |
| Binary | 10110001 | 1111100 | 11100100 | 10110 | 101110 | 0 | 1011 | 100001111 | 1000010 | 1000101 |
Color Harmonies of #B17CE4
Complementary color
Monochromatic Colors of #B17CE4
Black with #B17CE4
Text Example
Text Example
White with #B17CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17CE4; }
p { color: rgb(177,124,228); }
H1.HeaderClassName
{
color: #B17CE4;
}
.AnyTagClassName
{
color: #B17CE4;
}
</style>
background-color css
<style>
a { background-color: #B17CE4; }
a { background-color: rgb(177,124,228); }
div.DivClassName
{
background-color: #B17CE4;
}
.BgClassName
{
background-color: #B17CE4;
}
</style>
border-color css
<style>
span { border-color: #B17CE4; }
span { border-color: rgb(177,124,228); }
td.TdClassName
{
border-color: #B17CE4;
}
.TagClassName
{
border-color: #B17CE4;
}
</style>