Shades of Biloba Flower #B399F7
Tints of Biloba Flower #B399F7
RGB
CMYK
RGB Variations
Color information
#B399F7 (or 0xB399F7) is known color: Biloba Flower. HEX triplet: B3, 99 and F7. RGB value is (179,153,247). Sum of RGB (Red+Green+Blue) = 179+153+247=579 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.92% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #B399F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B399F7 is #4C6608. Grayscale: #ABABAB. Windows color (decimal): -5006857 or 16226739. OLE color: 16226739.
HSL color Cylindrical-coordinate representation of color #B399F7: hue angle of 256.6º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B399F7 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 153 | 247 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.03 |
| HSL | 256.6º | 0.85% | 0.78% | - |
| HSV(B) | 256.6º | 0.38% | 0.97% | - |
| XYZ | 46.77 | 39.08 | 93.07 | - |
| YUV | 171.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 247 | 0.28 | 0.38 | 0 | 0.03 | 256.6 | 0.85 | 0.78 |
| Hex | B3 | 99 | F7 | 1C | 26 | 0 | 3 | 101 | 55 | 4E |
| Octal | 263 | 231 | 367 | 34 | 46 | 0 | 3 | 401 | 125 | 116 |
| Binary | 10110011 | 10011001 | 11110111 | 11100 | 100110 | 0 | 11 | 100000001 | 1010101 | 1001110 |
Color Harmonies of #B399F7
Complementary color
Monochromatic Colors of #B399F7
Black with #B399F7
Text Example
Text Example
White with #B399F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B399F7; }
p { color: rgb(179,153,247); }
H1.HeaderClassName
{
color: #B399F7;
}
.AnyTagClassName
{
color: #B399F7;
}
</style>
background-color css
<style>
a { background-color: #B399F7; }
a { background-color: rgb(179,153,247); }
div.DivClassName
{
background-color: #B399F7;
}
.BgClassName
{
background-color: #B399F7;
}
</style>
border-color css
<style>
span { border-color: #B399F7; }
span { border-color: rgb(179,153,247); }
td.TdClassName
{
border-color: #B399F7;
}
.TagClassName
{
border-color: #B399F7;
}
</style>