Shades of Biloba Flower #B696F1
Tints of Biloba Flower #B696F1
RGB
CMYK
RGB Variations
Color information
#B696F1 (or 0xB696F1) is known color: Biloba Flower. HEX triplet: B6, 96 and F1. RGB value is (182,150,241). Sum of RGB (Red+Green+Blue) = 182+150+241=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #B696F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B696F1 is #49690E. Grayscale: #A9A9A9. Windows color (decimal): -4811023 or 15832758. OLE color: 15832758.
HSL color Cylindrical-coordinate representation of color #B696F1: hue angle of 261.1º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B696F1 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 150 | 241 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.05 |
| HSL | 261.1º | 0.76% | 0.77% | - |
| HSV(B) | 261.1º | 0.38% | 0.95% | - |
| XYZ | 46.07 | 38.11 | 88.15 | - |
| YUV | 169.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 241 | 0.24 | 0.38 | 0 | 0.05 | 261.1 | 0.76 | 0.77 |
| Hex | B6 | 96 | F1 | 18 | 26 | 0 | 5 | 105 | 4C | 4D |
| Octal | 266 | 226 | 361 | 30 | 46 | 0 | 5 | 405 | 114 | 115 |
| Binary | 10110110 | 10010110 | 11110001 | 11000 | 100110 | 0 | 101 | 100000101 | 1001100 | 1001101 |
Color Harmonies of #B696F1
Complementary color
Monochromatic Colors of #B696F1
Black with #B696F1
Text Example
Text Example
White with #B696F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B696F1; }
p { color: rgb(182,150,241); }
H1.HeaderClassName
{
color: #B696F1;
}
.AnyTagClassName
{
color: #B696F1;
}
</style>
background-color css
<style>
a { background-color: #B696F1; }
a { background-color: rgb(182,150,241); }
div.DivClassName
{
background-color: #B696F1;
}
.BgClassName
{
background-color: #B696F1;
}
</style>
border-color css
<style>
span { border-color: #B696F1; }
span { border-color: rgb(182,150,241); }
td.TdClassName
{
border-color: #B696F1;
}
.TagClassName
{
border-color: #B696F1;
}
</style>