Shades of Biloba Flower #B881F9
Tints of Biloba Flower #B881F9
RGB
CMYK
RGB Variations
Color information
#B881F9 (or 0xB881F9) is known color: Biloba Flower. HEX triplet: B8, 81 and F9. RGB value is (184,129,249). Sum of RGB (Red+Green+Blue) = 184+129+249=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #B881F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B881F9 is #477E06. Grayscale: #9E9E9E. Windows color (decimal): -4685319 or 16351672. OLE color: 16351672.
HSL color Cylindrical-coordinate representation of color #B881F9: hue angle of 267.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B881F9 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 129 | 249 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.02 |
| HSL | 267.5º | 0.91% | 0.74% | - |
| HSV(B) | 267.5º | 0.48% | 0.98% | - |
| XYZ | 44.72 | 32.73 | 93.58 | - |
| YUV | 159.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 249 | 0.26 | 0.48 | 0 | 0.02 | 267.5 | 0.91 | 0.74 |
| Hex | B8 | 81 | F9 | 1A | 30 | 0 | 2 | 10C | 5B | 4A |
| Octal | 270 | 201 | 371 | 32 | 60 | 0 | 2 | 414 | 133 | 112 |
| Binary | 10111000 | 10000001 | 11111001 | 11010 | 110000 | 0 | 10 | 100001100 | 1011011 | 1001010 |
Color Harmonies of #B881F9
Complementary color
Monochromatic Colors of #B881F9
Black with #B881F9
Text Example
Text Example
White with #B881F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B881F9; }
p { color: rgb(184,129,249); }
H1.HeaderClassName
{
color: #B881F9;
}
.AnyTagClassName
{
color: #B881F9;
}
</style>
background-color css
<style>
a { background-color: #B881F9; }
a { background-color: rgb(184,129,249); }
div.DivClassName
{
background-color: #B881F9;
}
.BgClassName
{
background-color: #B881F9;
}
</style>
border-color css
<style>
span { border-color: #B881F9; }
span { border-color: rgb(184,129,249); }
td.TdClassName
{
border-color: #B881F9;
}
.TagClassName
{
border-color: #B881F9;
}
</style>