Shades of Biloba Flower #B17DE5
Tints of Biloba Flower #B17DE5
RGB
CMYK
RGB Variations
Color information
#B17DE5 (or 0xB17DE5) is known color: Biloba Flower. HEX triplet: B1, 7D and E5. RGB value is (177,125,229). Sum of RGB (Red+Green+Blue) = 177+125+229=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #B17DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DE5 is #4E821A. Grayscale: #989898. Windows color (decimal): -5145115 or 15039921. OLE color: 15039921.
HSL color Cylindrical-coordinate representation of color #B17DE5: hue angle of 270º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B17DE5 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 125 | 229 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.10 |
| HSL | 270º | 0.67% | 0.69% | - |
| HSV(B) | 270º | 0.45% | 0.9% | - |
| XYZ | 39.61 | 29.67 | 77.77 | - |
| YUV | 152.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 229 | 0.23 | 0.45 | 0 | 0.10 | 270 | 0.67 | 0.69 |
| Hex | B1 | 7D | E5 | 17 | 2D | 0 | A | 10E | 43 | 45 |
| Octal | 261 | 175 | 345 | 27 | 55 | 0 | 12 | 416 | 103 | 105 |
| Binary | 10110001 | 1111101 | 11100101 | 10111 | 101101 | 0 | 1010 | 100001110 | 1000011 | 1000101 |
Color Harmonies of #B17DE5
Complementary color
Monochromatic Colors of #B17DE5
Black with #B17DE5
Text Example
Text Example
White with #B17DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DE5; }
p { color: rgb(177,125,229); }
H1.HeaderClassName
{
color: #B17DE5;
}
.AnyTagClassName
{
color: #B17DE5;
}
</style>
background-color css
<style>
a { background-color: #B17DE5; }
a { background-color: rgb(177,125,229); }
div.DivClassName
{
background-color: #B17DE5;
}
.BgClassName
{
background-color: #B17DE5;
}
</style>
border-color css
<style>
span { border-color: #B17DE5; }
span { border-color: rgb(177,125,229); }
td.TdClassName
{
border-color: #B17DE5;
}
.TagClassName
{
border-color: #B17DE5;
}
</style>