Shades of Biloba Flower #B18CDF
Tints of Biloba Flower #B18CDF
RGB
CMYK
RGB Variations
Color information
#B18CDF (or 0xB18CDF) is known color: Biloba Flower. HEX triplet: B1, 8C and DF. RGB value is (177,140,223). Sum of RGB (Red+Green+Blue) = 177+140+223=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #B18CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CDF is #4E7320. Grayscale: #A0A0A0. Windows color (decimal): -5141281 or 14650545. OLE color: 14650545.
HSL color Cylindrical-coordinate representation of color #B18CDF: hue angle of 266.75º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B18CDF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 140 | 223 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.13 |
| HSL | 266.75º | 0.56% | 0.71% | - |
| HSV(B) | 266.75º | 0.37% | 0.87% | - |
| XYZ | 40.83 | 33.43 | 74.11 | - |
| YUV | 160.53 | 163.26 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 223 | 0.21 | 0.37 | 0 | 0.13 | 266.75 | 0.56 | 0.71 |
| Hex | B1 | 8C | DF | 15 | 25 | 0 | D | 10B | 38 | 47 |
| Octal | 261 | 214 | 337 | 25 | 45 | 0 | 15 | 413 | 70 | 107 |
| Binary | 10110001 | 10001100 | 11011111 | 10101 | 100101 | 0 | 1101 | 100001011 | 111000 | 1000111 |
Color Harmonies of #B18CDF
Complementary color
Monochromatic Colors of #B18CDF
Black with #B18CDF
Text Example
Text Example
White with #B18CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18CDF; }
p { color: rgb(177,140,223); }
H1.HeaderClassName
{
color: #B18CDF;
}
.AnyTagClassName
{
color: #B18CDF;
}
</style>
background-color css
<style>
a { background-color: #B18CDF; }
a { background-color: rgb(177,140,223); }
div.DivClassName
{
background-color: #B18CDF;
}
.BgClassName
{
background-color: #B18CDF;
}
</style>
border-color css
<style>
span { border-color: #B18CDF; }
span { border-color: rgb(177,140,223); }
td.TdClassName
{
border-color: #B18CDF;
}
.TagClassName
{
border-color: #B18CDF;
}
</style>