Shades of Biloba Flower #B18FE2
Tints of Biloba Flower #B18FE2
RGB
CMYK
RGB Variations
Color information
#B18FE2 (or 0xB18FE2) is known color: Biloba Flower. HEX triplet: B1, 8F and E2. RGB value is (177,143,226). Sum of RGB (Red+Green+Blue) = 177+143+226=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 226 (88.67% from 255 or 41.39% from 546); Max value from RGB is 226 - color contains mainly: blue. Hex color #B18FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FE2 is #4E701D. Grayscale: #A2A2A2. Windows color (decimal): -5140510 or 14847921. OLE color: 14847921.
HSL color Cylindrical-coordinate representation of color #B18FE2: hue angle of 264.58º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B18FE2 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 143 | 226 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.11 |
| HSL | 264.58º | 0.59% | 0.72% | - |
| HSV(B) | 264.58º | 0.37% | 0.89% | - |
| XYZ | 41.68 | 34.48 | 76.41 | - |
| YUV | 162.63 | 163.76 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 226 | 0.22 | 0.37 | 0 | 0.11 | 264.58 | 0.59 | 0.72 |
| Hex | B1 | 8F | E2 | 16 | 25 | 0 | B | 109 | 3B | 48 |
| Octal | 261 | 217 | 342 | 26 | 45 | 0 | 13 | 411 | 73 | 110 |
| Binary | 10110001 | 10001111 | 11100010 | 10110 | 100101 | 0 | 1011 | 100001001 | 111011 | 1001000 |
Color Harmonies of #B18FE2
Complementary color
Monochromatic Colors of #B18FE2
Black with #B18FE2
Text Example
Text Example
White with #B18FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FE2; }
p { color: rgb(177,143,226); }
H1.HeaderClassName
{
color: #B18FE2;
}
.AnyTagClassName
{
color: #B18FE2;
}
</style>
background-color css
<style>
a { background-color: #B18FE2; }
a { background-color: rgb(177,143,226); }
div.DivClassName
{
background-color: #B18FE2;
}
.BgClassName
{
background-color: #B18FE2;
}
</style>
border-color css
<style>
span { border-color: #B18FE2; }
span { border-color: rgb(177,143,226); }
td.TdClassName
{
border-color: #B18FE2;
}
.TagClassName
{
border-color: #B18FE2;
}
</style>