Shades of Biloba Flower #B17CDD
Tints of Biloba Flower #B17CDD
RGB
CMYK
RGB Variations
Color information
#B17CDD (or 0xB17CDD) is known color: Biloba Flower. HEX triplet: B1, 7C and DD. RGB value is (177,124,221). Sum of RGB (Red+Green+Blue) = 177+124+221=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #B17CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CDD is #4E8322. Grayscale: #969696. Windows color (decimal): -5145379 or 14515377. OLE color: 14515377.
HSL color Cylindrical-coordinate representation of color #B17CDD: hue angle of 272.78º degrees, saturation: 0.59, 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 #B17CDD is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 124 | 221 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.13 |
| HSL | 272.78º | 0.59% | 0.68% | - |
| HSV(B) | 272.78º | 0.44% | 0.87% | - |
| XYZ | 38.39 | 28.98 | 71.98 | - |
| YUV | 150.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 221 | 0.20 | 0.44 | 0 | 0.13 | 272.78 | 0.59 | 0.68 |
| Hex | B1 | 7C | DD | 14 | 2C | 0 | D | 111 | 3B | 44 |
| Octal | 261 | 174 | 335 | 24 | 54 | 0 | 15 | 421 | 73 | 104 |
| Binary | 10110001 | 1111100 | 11011101 | 10100 | 101100 | 0 | 1101 | 100010001 | 111011 | 1000100 |
Color Harmonies of #B17CDD
Complementary color
Monochromatic Colors of #B17CDD
Black with #B17CDD
Text Example
Text Example
White with #B17CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17CDD; }
p { color: rgb(177,124,221); }
H1.HeaderClassName
{
color: #B17CDD;
}
.AnyTagClassName
{
color: #B17CDD;
}
</style>
background-color css
<style>
a { background-color: #B17CDD; }
a { background-color: rgb(177,124,221); }
div.DivClassName
{
background-color: #B17CDD;
}
.BgClassName
{
background-color: #B17CDD;
}
</style>
border-color css
<style>
span { border-color: #B17CDD; }
span { border-color: rgb(177,124,221); }
td.TdClassName
{
border-color: #B17CDD;
}
.TagClassName
{
border-color: #B17CDD;
}
</style>