Shades of Biloba Flower #B398F6
Tints of Biloba Flower #B398F6
RGB
CMYK
RGB Variations
Color information
#B398F6 (or 0xB398F6) is known color: Biloba Flower. HEX triplet: B3, 98 and F6. RGB value is (179,152,246). Sum of RGB (Red+Green+Blue) = 179+152+246=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #B398F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B398F6 is #4C6709. Grayscale: #AAAAAA. Windows color (decimal): -5007114 or 16160947. OLE color: 16160947.
HSL color Cylindrical-coordinate representation of color #B398F6: hue angle of 257.23º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B398F6 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 152 | 246 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.04 |
| HSL | 257.23º | 0.84% | 0.78% | - |
| HSV(B) | 257.23º | 0.38% | 0.96% | - |
| XYZ | 46.45 | 38.69 | 92.21 | - |
| YUV | 170.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 246 | 0.27 | 0.38 | 0 | 0.04 | 257.23 | 0.84 | 0.78 |
| Hex | B3 | 98 | F6 | 1B | 26 | 0 | 4 | 101 | 54 | 4E |
| Octal | 263 | 230 | 366 | 33 | 46 | 0 | 4 | 401 | 124 | 116 |
| Binary | 10110011 | 10011000 | 11110110 | 11011 | 100110 | 0 | 100 | 100000001 | 1010100 | 1001110 |
Color Harmonies of #B398F6
Complementary color
Monochromatic Colors of #B398F6
Black with #B398F6
Text Example
Text Example
White with #B398F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398F6; }
p { color: rgb(179,152,246); }
H1.HeaderClassName
{
color: #B398F6;
}
.AnyTagClassName
{
color: #B398F6;
}
</style>
background-color css
<style>
a { background-color: #B398F6; }
a { background-color: rgb(179,152,246); }
div.DivClassName
{
background-color: #B398F6;
}
.BgClassName
{
background-color: #B398F6;
}
</style>
border-color css
<style>
span { border-color: #B398F6; }
span { border-color: rgb(179,152,246); }
td.TdClassName
{
border-color: #B398F6;
}
.TagClassName
{
border-color: #B398F6;
}
</style>