Shades of Biloba Flower #B886F1
Tints of Biloba Flower #B886F1
RGB
CMYK
RGB Variations
Color information
#B886F1 (or 0xB886F1) is known color: Biloba Flower. HEX triplet: B8, 86 and F1. RGB value is (184,134,241). Sum of RGB (Red+Green+Blue) = 184+134+241=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #B886F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B886F1 is #47790E. Grayscale: #A0A0A0. Windows color (decimal): -4684047 or 15828664. OLE color: 15828664.
HSL color Cylindrical-coordinate representation of color #B886F1: hue angle of 268.04º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B886F1 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 134 | 241 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.05 |
| HSL | 268.04º | 0.79% | 0.74% | - |
| HSV(B) | 268.04º | 0.44% | 0.95% | - |
| XYZ | 44.17 | 33.59 | 87.37 | - |
| YUV | 161.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 134 | 241 | 0.24 | 0.44 | 0 | 0.05 | 268.04 | 0.79 | 0.74 |
| Hex | B8 | 86 | F1 | 18 | 2C | 0 | 5 | 10C | 4F | 4A |
| Octal | 270 | 206 | 361 | 30 | 54 | 0 | 5 | 414 | 117 | 112 |
| Binary | 10111000 | 10000110 | 11110001 | 11000 | 101100 | 0 | 101 | 100001100 | 1001111 | 1001010 |
Color Harmonies of #B886F1
Complementary color
Monochromatic Colors of #B886F1
Black with #B886F1
Text Example
Text Example
White with #B886F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B886F1; }
p { color: rgb(184,134,241); }
H1.HeaderClassName
{
color: #B886F1;
}
.AnyTagClassName
{
color: #B886F1;
}
</style>
background-color css
<style>
a { background-color: #B886F1; }
a { background-color: rgb(184,134,241); }
div.DivClassName
{
background-color: #B886F1;
}
.BgClassName
{
background-color: #B886F1;
}
</style>
border-color css
<style>
span { border-color: #B886F1; }
span { border-color: rgb(184,134,241); }
td.TdClassName
{
border-color: #B886F1;
}
.TagClassName
{
border-color: #B886F1;
}
</style>