Shades of Biloba Flower #B096FF
Tints of Biloba Flower #B096FF
RGB
CMYK
RGB Variations
Color information
#B096FF (or 0xB096FF) is known color: Biloba Flower. HEX triplet: B0, 96 and FF. RGB value is (176,150,255). Sum of RGB (Red+Green+Blue) = 176+150+255=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #B096FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B096FF is #4F6900. Grayscale: #A9A9A9. Windows color (decimal): -5204225 or 16750256. OLE color: 16750256.
HSL color Cylindrical-coordinate representation of color #B096FF: hue angle of 254.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B096FF is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 150 | 255 | - |
| CMYK | 0.31 | 0.41 | 0 | 0 |
| HSL | 254.86º | 1% | 0.79% | - |
| HSV(B) | 254.86º | 0.41% | 1% | - |
| XYZ | 46.86 | 38.26 | 99.52 | - |
| YUV | 169.74 | 176.11 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 255 | 0.31 | 0.41 | 0 | 0 | 254.86 | 1 | 0.79 |
| Hex | B0 | 96 | FF | 1F | 29 | 0 | 0 | FF | 64 | 4F |
| Octal | 260 | 226 | 377 | 37 | 51 | 0 | 0 | 377 | 144 | 117 |
| Binary | 10110000 | 10010110 | 11111111 | 11111 | 101001 | 0 | 0 | 11111111 | 1100100 | 1001111 |
Color Harmonies of #B096FF
Complementary color
Monochromatic Colors of #B096FF
Black with #B096FF
Text Example
Text Example
White with #B096FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B096FF; }
p { color: rgb(176,150,255); }
H1.HeaderClassName
{
color: #B096FF;
}
.AnyTagClassName
{
color: #B096FF;
}
</style>
background-color css
<style>
a { background-color: #B096FF; }
a { background-color: rgb(176,150,255); }
div.DivClassName
{
background-color: #B096FF;
}
.BgClassName
{
background-color: #B096FF;
}
</style>
border-color css
<style>
span { border-color: #B096FF; }
span { border-color: rgb(176,150,255); }
td.TdClassName
{
border-color: #B096FF;
}
.TagClassName
{
border-color: #B096FF;
}
</style>