Shades of Biloba Flower #B18FDC
Tints of Biloba Flower #B18FDC
RGB
CMYK
RGB Variations
Color information
#B18FDC (or 0xB18FDC) is known color: Biloba Flower. HEX triplet: B1, 8F and DC. RGB value is (177,143,220). Sum of RGB (Red+Green+Blue) = 177+143+220=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #B18FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FDC is #4E7023. Grayscale: #A1A1A1. Windows color (decimal): -5140516 or 14454705. OLE color: 14454705.
HSL color Cylindrical-coordinate representation of color #B18FDC: hue angle of 266.49º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B18FDC is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 143 | 220 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.14 |
| HSL | 266.49º | 0.52% | 0.71% | - |
| HSV(B) | 266.49º | 0.35% | 0.86% | - |
| XYZ | 40.87 | 34.16 | 72.15 | - |
| YUV | 161.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 220 | 0.20 | 0.35 | 0 | 0.14 | 266.49 | 0.52 | 0.71 |
| Hex | B1 | 8F | DC | 14 | 23 | 0 | E | 10A | 34 | 47 |
| Octal | 261 | 217 | 334 | 24 | 43 | 0 | 16 | 412 | 64 | 107 |
| Binary | 10110001 | 10001111 | 11011100 | 10100 | 100011 | 0 | 1110 | 100001010 | 110100 | 1000111 |
Color Harmonies of #B18FDC
Complementary color
Monochromatic Colors of #B18FDC
Black with #B18FDC
Text Example
Text Example
White with #B18FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FDC; }
p { color: rgb(177,143,220); }
H1.HeaderClassName
{
color: #B18FDC;
}
.AnyTagClassName
{
color: #B18FDC;
}
</style>
background-color css
<style>
a { background-color: #B18FDC; }
a { background-color: rgb(177,143,220); }
div.DivClassName
{
background-color: #B18FDC;
}
.BgClassName
{
background-color: #B18FDC;
}
</style>
border-color css
<style>
span { border-color: #B18FDC; }
span { border-color: rgb(177,143,220); }
td.TdClassName
{
border-color: #B18FDC;
}
.TagClassName
{
border-color: #B18FDC;
}
</style>