Shades of Biloba Flower #B681F0
Tints of Biloba Flower #B681F0
RGB
CMYK
RGB Variations
Color information
#B681F0 (or 0xB681F0) is known color: Biloba Flower. HEX triplet: B6, 81 and F0. RGB value is (182,129,240). Sum of RGB (Red+Green+Blue) = 182+129+240=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #B681F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B681F0 is #497E0F. Grayscale: #9D9D9D. Windows color (decimal): -4816400 or 15761846. OLE color: 15761846.
HSL color Cylindrical-coordinate representation of color #B681F0: hue angle of 268.65º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B681F0 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 129 | 240 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.06 |
| HSL | 268.65º | 0.79% | 0.72% | - |
| HSV(B) | 268.65º | 0.46% | 0.94% | - |
| XYZ | 42.87 | 31.94 | 86.34 | - |
| YUV | 157.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 240 | 0.24 | 0.46 | 0 | 0.06 | 268.65 | 0.79 | 0.72 |
| Hex | B6 | 81 | F0 | 18 | 2E | 0 | 6 | 10D | 4F | 48 |
| Octal | 266 | 201 | 360 | 30 | 56 | 0 | 6 | 415 | 117 | 110 |
| Binary | 10110110 | 10000001 | 11110000 | 11000 | 101110 | 0 | 110 | 100001101 | 1001111 | 1001000 |
Color Harmonies of #B681F0
Complementary color
Monochromatic Colors of #B681F0
Black with #B681F0
Text Example
Text Example
White with #B681F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B681F0; }
p { color: rgb(182,129,240); }
H1.HeaderClassName
{
color: #B681F0;
}
.AnyTagClassName
{
color: #B681F0;
}
</style>
background-color css
<style>
a { background-color: #B681F0; }
a { background-color: rgb(182,129,240); }
div.DivClassName
{
background-color: #B681F0;
}
.BgClassName
{
background-color: #B681F0;
}
</style>
border-color css
<style>
span { border-color: #B681F0; }
span { border-color: rgb(182,129,240); }
td.TdClassName
{
border-color: #B681F0;
}
.TagClassName
{
border-color: #B681F0;
}
</style>