Shades of Biloba Flower #B981F1
Tints of Biloba Flower #B981F1
RGB
CMYK
RGB Variations
Color information
#B981F1 (or 0xB981F1) is known color: Biloba Flower. HEX triplet: B9, 81 and F1. RGB value is (185,129,241). Sum of RGB (Red+Green+Blue) = 185+129+241=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #B981F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B981F1 is #467E0E. Grayscale: #9E9E9E. Windows color (decimal): -4619791 or 15827385. OLE color: 15827385.
HSL color Cylindrical-coordinate representation of color #B981F1: hue angle of 270º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B981F1 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 129 | 241 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.05 |
| HSL | 270º | 0.8% | 0.73% | - |
| HSV(B) | 270º | 0.46% | 0.95% | - |
| XYZ | 43.74 | 32.37 | 87.16 | - |
| YUV | 158.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 241 | 0.23 | 0.46 | 0 | 0.05 | 270 | 0.8 | 0.73 |
| Hex | B9 | 81 | F1 | 17 | 2E | 0 | 5 | 10E | 50 | 49 |
| Octal | 271 | 201 | 361 | 27 | 56 | 0 | 5 | 416 | 120 | 111 |
| Binary | 10111001 | 10000001 | 11110001 | 10111 | 101110 | 0 | 101 | 100001110 | 1010000 | 1001001 |
Color Harmonies of #B981F1
Complementary color
Monochromatic Colors of #B981F1
Black with #B981F1
Text Example
Text Example
White with #B981F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B981F1; }
p { color: rgb(185,129,241); }
H1.HeaderClassName
{
color: #B981F1;
}
.AnyTagClassName
{
color: #B981F1;
}
</style>
background-color css
<style>
a { background-color: #B981F1; }
a { background-color: rgb(185,129,241); }
div.DivClassName
{
background-color: #B981F1;
}
.BgClassName
{
background-color: #B981F1;
}
</style>
border-color css
<style>
span { border-color: #B981F1; }
span { border-color: rgb(185,129,241); }
td.TdClassName
{
border-color: #B981F1;
}
.TagClassName
{
border-color: #B981F1;
}
</style>