Shades of Biloba Flower #B881F7
Tints of Biloba Flower #B881F7
RGB
CMYK
RGB Variations
Color information
#B881F7 (or 0xB881F7) is known color: Biloba Flower. HEX triplet: B8, 81 and F7. RGB value is (184,129,247). Sum of RGB (Red+Green+Blue) = 184+129+247=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #B881F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B881F7 is #477E08. Grayscale: #9E9E9E. Windows color (decimal): -4685321 or 16220600. OLE color: 16220600.
HSL color Cylindrical-coordinate representation of color #B881F7: hue angle of 267.97º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B881F7 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 129 | 247 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.03 |
| HSL | 267.97º | 0.88% | 0.74% | - |
| HSV(B) | 267.97º | 0.48% | 0.97% | - |
| XYZ | 44.41 | 32.61 | 91.95 | - |
| YUV | 158.9 | 177.72 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 247 | 0.26 | 0.48 | 0 | 0.03 | 267.97 | 0.88 | 0.74 |
| Hex | B8 | 81 | F7 | 1A | 30 | 0 | 3 | 10C | 58 | 4A |
| Octal | 270 | 201 | 367 | 32 | 60 | 0 | 3 | 414 | 130 | 112 |
| Binary | 10111000 | 10000001 | 11110111 | 11010 | 110000 | 0 | 11 | 100001100 | 1011000 | 1001010 |
Color Harmonies of #B881F7
Complementary color
Monochromatic Colors of #B881F7
Black with #B881F7
Text Example
Text Example
White with #B881F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B881F7; }
p { color: rgb(184,129,247); }
H1.HeaderClassName
{
color: #B881F7;
}
.AnyTagClassName
{
color: #B881F7;
}
</style>
background-color css
<style>
a { background-color: #B881F7; }
a { background-color: rgb(184,129,247); }
div.DivClassName
{
background-color: #B881F7;
}
.BgClassName
{
background-color: #B881F7;
}
</style>
border-color css
<style>
span { border-color: #B881F7; }
span { border-color: rgb(184,129,247); }
td.TdClassName
{
border-color: #B881F7;
}
.TagClassName
{
border-color: #B881F7;
}
</style>