Shades of Biloba Flower #B17BDD
Tints of Biloba Flower #B17BDD
RGB
CMYK
RGB Variations
Color information
#B17BDD (or 0xB17BDD) is known color: Biloba Flower. HEX triplet: B1, 7B and DD. RGB value is (177,123,221). Sum of RGB (Red+Green+Blue) = 177+123+221=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #B17BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17BDD is #4E8422. Grayscale: #959595. Windows color (decimal): -5145635 or 14515121. OLE color: 14515121.
HSL color Cylindrical-coordinate representation of color #B17BDD: hue angle of 273.06º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B17BDD is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 123 | 221 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.13 |
| HSL | 273.06º | 0.59% | 0.67% | - |
| HSV(B) | 273.06º | 0.44% | 0.87% | - |
| XYZ | 38.27 | 28.73 | 71.94 | - |
| YUV | 150.32 | 167.89 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 221 | 0.20 | 0.44 | 0 | 0.13 | 273.06 | 0.59 | 0.67 |
| Hex | B1 | 7B | DD | 14 | 2C | 0 | D | 111 | 3B | 43 |
| Octal | 261 | 173 | 335 | 24 | 54 | 0 | 15 | 421 | 73 | 103 |
| Binary | 10110001 | 1111011 | 11011101 | 10100 | 101100 | 0 | 1101 | 100010001 | 111011 | 1000011 |
Color Harmonies of #B17BDD
Complementary color
Monochromatic Colors of #B17BDD
Black with #B17BDD
Text Example
Text Example
White with #B17BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17BDD; }
p { color: rgb(177,123,221); }
H1.HeaderClassName
{
color: #B17BDD;
}
.AnyTagClassName
{
color: #B17BDD;
}
</style>
background-color css
<style>
a { background-color: #B17BDD; }
a { background-color: rgb(177,123,221); }
div.DivClassName
{
background-color: #B17BDD;
}
.BgClassName
{
background-color: #B17BDD;
}
</style>
border-color css
<style>
span { border-color: #B17BDD; }
span { border-color: rgb(177,123,221); }
td.TdClassName
{
border-color: #B17BDD;
}
.TagClassName
{
border-color: #B17BDD;
}
</style>