Shades of Biloba Flower #B396FF
Tints of Biloba Flower #B396FF
RGB
CMYK
RGB Variations
Color information
#B396FF (or 0xB396FF) is known color: Biloba Flower. HEX triplet: B3, 96 and FF. RGB value is (179,150,255). Sum of RGB (Red+Green+Blue) = 179+150+255=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #B396FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B396FF is #4C6900. Grayscale: #AAAAAA. Windows color (decimal): -5007617 or 16750259. OLE color: 16750259.
HSL color Cylindrical-coordinate representation of color #B396FF: hue angle of 256.57º 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 #B396FF is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 150 | 255 | - |
| CMYK | 0.30 | 0.41 | 0 | 0 |
| HSL | 256.57º | 1% | 0.79% | - |
| HSV(B) | 256.57º | 0.41% | 1% | - |
| XYZ | 47.55 | 38.62 | 99.56 | - |
| YUV | 170.64 | 175.61 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 150 | 255 | 0.30 | 0.41 | 0 | 0 | 256.57 | 1 | 0.79 |
| Hex | B3 | 96 | FF | 1E | 29 | 0 | 0 | 101 | 64 | 4F |
| Octal | 263 | 226 | 377 | 36 | 51 | 0 | 0 | 401 | 144 | 117 |
| Binary | 10110011 | 10010110 | 11111111 | 11110 | 101001 | 0 | 0 | 100000001 | 1100100 | 1001111 |
Color Harmonies of #B396FF
Complementary color
Monochromatic Colors of #B396FF
Black with #B396FF
Text Example
Text Example
White with #B396FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B396FF; }
p { color: rgb(179,150,255); }
H1.HeaderClassName
{
color: #B396FF;
}
.AnyTagClassName
{
color: #B396FF;
}
</style>
background-color css
<style>
a { background-color: #B396FF; }
a { background-color: rgb(179,150,255); }
div.DivClassName
{
background-color: #B396FF;
}
.BgClassName
{
background-color: #B396FF;
}
</style>
border-color css
<style>
span { border-color: #B396FF; }
span { border-color: rgb(179,150,255); }
td.TdClassName
{
border-color: #B396FF;
}
.TagClassName
{
border-color: #B396FF;
}
</style>