Shades of Biloba Flower #B696F2
Tints of Biloba Flower #B696F2
RGB
CMYK
RGB Variations
Color information
#B696F2 (or 0xB696F2) is known color: Biloba Flower. HEX triplet: B6, 96 and F2. RGB value is (182,150,242). Sum of RGB (Red+Green+Blue) = 182+150+242=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #B696F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B696F2 is #49690D. Grayscale: #A9A9A9. Windows color (decimal): -4811022 or 15898294. OLE color: 15898294.
HSL color Cylindrical-coordinate representation of color #B696F2: hue angle of 260.87º degrees, saturation: 0.78, 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 #B696F2 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 150 | 242 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.05 |
| HSL | 260.87º | 0.78% | 0.77% | - |
| HSV(B) | 260.87º | 0.38% | 0.95% | - |
| XYZ | 46.22 | 38.17 | 88.94 | - |
| YUV | 170.06 | 168.6 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 242 | 0.25 | 0.38 | 0 | 0.05 | 260.87 | 0.78 | 0.77 |
| Hex | B6 | 96 | F2 | 19 | 26 | 0 | 5 | 105 | 4E | 4D |
| Octal | 266 | 226 | 362 | 31 | 46 | 0 | 5 | 405 | 116 | 115 |
| Binary | 10110110 | 10010110 | 11110010 | 11001 | 100110 | 0 | 101 | 100000101 | 1001110 | 1001101 |
Color Harmonies of #B696F2
Complementary color
Monochromatic Colors of #B696F2
Black with #B696F2
Text Example
Text Example
White with #B696F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B696F2; }
p { color: rgb(182,150,242); }
H1.HeaderClassName
{
color: #B696F2;
}
.AnyTagClassName
{
color: #B696F2;
}
</style>
background-color css
<style>
a { background-color: #B696F2; }
a { background-color: rgb(182,150,242); }
div.DivClassName
{
background-color: #B696F2;
}
.BgClassName
{
background-color: #B696F2;
}
</style>
border-color css
<style>
span { border-color: #B696F2; }
span { border-color: rgb(182,150,242); }
td.TdClassName
{
border-color: #B696F2;
}
.TagClassName
{
border-color: #B696F2;
}
</style>