Shades of Biloba Flower #B399F1
Tints of Biloba Flower #B399F1
RGB
CMYK
RGB Variations
Color information
#B399F1 (or 0xB399F1) is known color: Biloba Flower. HEX triplet: B3, 99 and F1. RGB value is (179,153,241). Sum of RGB (Red+Green+Blue) = 179+153+241=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #B399F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B399F1 is #4C660E. Grayscale: #AAAAAA. Windows color (decimal): -5006863 or 15833523. OLE color: 15833523.
HSL color Cylindrical-coordinate representation of color #B399F1: hue angle of 257.73º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B399F1 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 153 | 241 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.05 |
| HSL | 257.73º | 0.76% | 0.77% | - |
| HSV(B) | 257.73º | 0.37% | 0.95% | - |
| XYZ | 45.86 | 38.72 | 88.28 | - |
| YUV | 170.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 241 | 0.26 | 0.37 | 0 | 0.05 | 257.73 | 0.76 | 0.77 |
| Hex | B3 | 99 | F1 | 1A | 25 | 0 | 5 | 102 | 4C | 4D |
| Octal | 263 | 231 | 361 | 32 | 45 | 0 | 5 | 402 | 114 | 115 |
| Binary | 10110011 | 10011001 | 11110001 | 11010 | 100101 | 0 | 101 | 100000010 | 1001100 | 1001101 |
Color Harmonies of #B399F1
Complementary color
Monochromatic Colors of #B399F1
Black with #B399F1
Text Example
Text Example
White with #B399F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B399F1; }
p { color: rgb(179,153,241); }
H1.HeaderClassName
{
color: #B399F1;
}
.AnyTagClassName
{
color: #B399F1;
}
</style>
background-color css
<style>
a { background-color: #B399F1; }
a { background-color: rgb(179,153,241); }
div.DivClassName
{
background-color: #B399F1;
}
.BgClassName
{
background-color: #B399F1;
}
</style>
border-color css
<style>
span { border-color: #B399F1; }
span { border-color: rgb(179,153,241); }
td.TdClassName
{
border-color: #B399F1;
}
.TagClassName
{
border-color: #B399F1;
}
</style>