Shades of Biloba Flower #B396F0
Tints of Biloba Flower #B396F0
RGB
CMYK
RGB Variations
Color information
#B396F0 (or 0xB396F0) is known color: Biloba Flower. HEX triplet: B3, 96 and F0. RGB value is (179,150,240). Sum of RGB (Red+Green+Blue) = 179+150+240=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #B396F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B396F0 is #4C690F. Grayscale: #A8A8A8. Windows color (decimal): -5007632 or 15767219. OLE color: 15767219.
HSL color Cylindrical-coordinate representation of color #B396F0: hue angle of 259.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B396F0 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 150 | 240 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.06 |
| HSL | 259.33º | 0.75% | 0.76% | - |
| HSV(B) | 259.33º | 0.38% | 0.94% | - |
| XYZ | 45.22 | 37.69 | 87.33 | - |
| YUV | 168.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 150 | 240 | 0.25 | 0.37 | 0 | 0.06 | 259.33 | 0.75 | 0.76 |
| Hex | B3 | 96 | F0 | 19 | 25 | 0 | 6 | 103 | 4B | 4C |
| Octal | 263 | 226 | 360 | 31 | 45 | 0 | 6 | 403 | 113 | 114 |
| Binary | 10110011 | 10010110 | 11110000 | 11001 | 100101 | 0 | 110 | 100000011 | 1001011 | 1001100 |
Color Harmonies of #B396F0
Complementary color
Monochromatic Colors of #B396F0
Black with #B396F0
Text Example
Text Example
White with #B396F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B396F0; }
p { color: rgb(179,150,240); }
H1.HeaderClassName
{
color: #B396F0;
}
.AnyTagClassName
{
color: #B396F0;
}
</style>
background-color css
<style>
a { background-color: #B396F0; }
a { background-color: rgb(179,150,240); }
div.DivClassName
{
background-color: #B396F0;
}
.BgClassName
{
background-color: #B396F0;
}
</style>
border-color css
<style>
span { border-color: #B396F0; }
span { border-color: rgb(179,150,240); }
td.TdClassName
{
border-color: #B396F0;
}
.TagClassName
{
border-color: #B396F0;
}
</style>