Shades of Biloba Flower #B296F2
Tints of Biloba Flower #B296F2
RGB
CMYK
RGB Variations
Color information
#B296F2 (or 0xB296F2) is known color: Biloba Flower. HEX triplet: B2, 96 and F2. RGB value is (178,150,242). Sum of RGB (Red+Green+Blue) = 178+150+242=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #B296F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B296F2 is #4D690D. Grayscale: #A8A8A8. Windows color (decimal): -5073166 or 15898290. OLE color: 15898290.
HSL color Cylindrical-coordinate representation of color #B296F2: hue angle of 258.26º 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 #B296F2 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 150 | 242 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.05 |
| HSL | 258.26º | 0.78% | 0.77% | - |
| HSV(B) | 258.26º | 0.38% | 0.95% | - |
| XYZ | 45.29 | 37.69 | 88.89 | - |
| YUV | 168.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 150 | 242 | 0.26 | 0.38 | 0 | 0.05 | 258.26 | 0.78 | 0.77 |
| Hex | B2 | 96 | F2 | 1A | 26 | 0 | 5 | 102 | 4E | 4D |
| Octal | 262 | 226 | 362 | 32 | 46 | 0 | 5 | 402 | 116 | 115 |
| Binary | 10110010 | 10010110 | 11110010 | 11010 | 100110 | 0 | 101 | 100000010 | 1001110 | 1001101 |
Color Harmonies of #B296F2
Complementary color
Monochromatic Colors of #B296F2
Black with #B296F2
Text Example
Text Example
White with #B296F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B296F2; }
p { color: rgb(178,150,242); }
H1.HeaderClassName
{
color: #B296F2;
}
.AnyTagClassName
{
color: #B296F2;
}
</style>
background-color css
<style>
a { background-color: #B296F2; }
a { background-color: rgb(178,150,242); }
div.DivClassName
{
background-color: #B296F2;
}
.BgClassName
{
background-color: #B296F2;
}
</style>
border-color css
<style>
span { border-color: #B296F2; }
span { border-color: rgb(178,150,242); }
td.TdClassName
{
border-color: #B296F2;
}
.TagClassName
{
border-color: #B296F2;
}
</style>