Shades of Biloba Flower #B17DDF
Tints of Biloba Flower #B17DDF
RGB
CMYK
RGB Variations
Color information
#B17DDF (or 0xB17DDF) is known color: Biloba Flower. HEX triplet: B1, 7D and DF. RGB value is (177,125,223). Sum of RGB (Red+Green+Blue) = 177+125+223=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #B17DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DDF is #4E8220. Grayscale: #979797. Windows color (decimal): -5145121 or 14646705. OLE color: 14646705.
HSL color Cylindrical-coordinate representation of color #B17DDF: hue angle of 271.84º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B17DDF is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 125 | 223 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.13 |
| HSL | 271.84º | 0.6% | 0.68% | - |
| HSV(B) | 271.84º | 0.44% | 0.87% | - |
| XYZ | 38.78 | 29.34 | 73.43 | - |
| YUV | 151.72 | 168.23 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 223 | 0.21 | 0.44 | 0 | 0.13 | 271.84 | 0.6 | 0.68 |
| Hex | B1 | 7D | DF | 15 | 2C | 0 | D | 110 | 3C | 44 |
| Octal | 261 | 175 | 337 | 25 | 54 | 0 | 15 | 420 | 74 | 104 |
| Binary | 10110001 | 1111101 | 11011111 | 10101 | 101100 | 0 | 1101 | 100010000 | 111100 | 1000100 |
Color Harmonies of #B17DDF
Complementary color
Monochromatic Colors of #B17DDF
Black with #B17DDF
Text Example
Text Example
White with #B17DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DDF; }
p { color: rgb(177,125,223); }
H1.HeaderClassName
{
color: #B17DDF;
}
.AnyTagClassName
{
color: #B17DDF;
}
</style>
background-color css
<style>
a { background-color: #B17DDF; }
a { background-color: rgb(177,125,223); }
div.DivClassName
{
background-color: #B17DDF;
}
.BgClassName
{
background-color: #B17DDF;
}
</style>
border-color css
<style>
span { border-color: #B17DDF; }
span { border-color: rgb(177,125,223); }
td.TdClassName
{
border-color: #B17DDF;
}
.TagClassName
{
border-color: #B17DDF;
}
</style>