Shades of Biloba Flower #B399F5
Tints of Biloba Flower #B399F5
RGB
CMYK
RGB Variations
Color information
#B399F5 (or 0xB399F5) is known color: Biloba Flower. HEX triplet: B3, 99 and F5. RGB value is (179,153,245). Sum of RGB (Red+Green+Blue) = 179+153+245=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 245 - color contains mainly: blue. Hex color #B399F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B399F5 is #4C660A. Grayscale: #AAAAAA. Windows color (decimal): -5006859 or 16095667. OLE color: 16095667.
HSL color Cylindrical-coordinate representation of color #B399F5: hue angle of 256.96º degrees, saturation: 0.82, 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 #B399F5 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 153 | 245 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.04 |
| HSL | 256.96º | 0.82% | 0.78% | - |
| HSV(B) | 256.96º | 0.38% | 0.96% | - |
| XYZ | 46.46 | 38.96 | 91.46 | - |
| YUV | 171.26 | 169.61 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 245 | 0.27 | 0.38 | 0 | 0.04 | 256.96 | 0.82 | 0.78 |
| Hex | B3 | 99 | F5 | 1B | 26 | 0 | 4 | 101 | 52 | 4E |
| Octal | 263 | 231 | 365 | 33 | 46 | 0 | 4 | 401 | 122 | 116 |
| Binary | 10110011 | 10011001 | 11110101 | 11011 | 100110 | 0 | 100 | 100000001 | 1010010 | 1001110 |
Color Harmonies of #B399F5
Complementary color
Monochromatic Colors of #B399F5
Black with #B399F5
Text Example
Text Example
White with #B399F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B399F5; }
p { color: rgb(179,153,245); }
H1.HeaderClassName
{
color: #B399F5;
}
.AnyTagClassName
{
color: #B399F5;
}
</style>
background-color css
<style>
a { background-color: #B399F5; }
a { background-color: rgb(179,153,245); }
div.DivClassName
{
background-color: #B399F5;
}
.BgClassName
{
background-color: #B399F5;
}
</style>
border-color css
<style>
span { border-color: #B399F5; }
span { border-color: rgb(179,153,245); }
td.TdClassName
{
border-color: #B399F5;
}
.TagClassName
{
border-color: #B399F5;
}
</style>