Shades of Biloba Flower #B18FDD
Tints of Biloba Flower #B18FDD
RGB
CMYK
RGB Variations
Color information
#B18FDD (or 0xB18FDD) is known color: Biloba Flower. HEX triplet: B1, 8F and DD. RGB value is (177,143,221). Sum of RGB (Red+Green+Blue) = 177+143+221=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #B18FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FDD is #4E7022. Grayscale: #A1A1A1. Windows color (decimal): -5140515 or 14520241. OLE color: 14520241.
HSL color Cylindrical-coordinate representation of color #B18FDD: hue angle of 266.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B18FDD is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 143 | 221 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.13 |
| HSL | 266.15º | 0.53% | 0.71% | - |
| HSV(B) | 266.15º | 0.35% | 0.87% | - |
| XYZ | 41.01 | 34.21 | 72.85 | - |
| YUV | 162.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 221 | 0.20 | 0.35 | 0 | 0.13 | 266.15 | 0.53 | 0.71 |
| Hex | B1 | 8F | DD | 14 | 23 | 0 | D | 10A | 35 | 47 |
| Octal | 261 | 217 | 335 | 24 | 43 | 0 | 15 | 412 | 65 | 107 |
| Binary | 10110001 | 10001111 | 11011101 | 10100 | 100011 | 0 | 1101 | 100001010 | 110101 | 1000111 |
Color Harmonies of #B18FDD
Complementary color
Monochromatic Colors of #B18FDD
Black with #B18FDD
Text Example
Text Example
White with #B18FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FDD; }
p { color: rgb(177,143,221); }
H1.HeaderClassName
{
color: #B18FDD;
}
.AnyTagClassName
{
color: #B18FDD;
}
</style>
background-color css
<style>
a { background-color: #B18FDD; }
a { background-color: rgb(177,143,221); }
div.DivClassName
{
background-color: #B18FDD;
}
.BgClassName
{
background-color: #B18FDD;
}
</style>
border-color css
<style>
span { border-color: #B18FDD; }
span { border-color: rgb(177,143,221); }
td.TdClassName
{
border-color: #B18FDD;
}
.TagClassName
{
border-color: #B18FDD;
}
</style>