Shades of Biloba Flower #B391E9
Tints of Biloba Flower #B391E9
RGB
CMYK
RGB Variations
Color information
#B391E9 (or 0xB391E9) is known color: Biloba Flower. HEX triplet: B3, 91 and E9. RGB value is (179,145,233). Sum of RGB (Red+Green+Blue) = 179+145+233=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #B391E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B391E9 is #4C6E16. Grayscale: #A4A4A4. Windows color (decimal): -5008919 or 15307187. OLE color: 15307187.
HSL color Cylindrical-coordinate representation of color #B391E9: hue angle of 263.18º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B391E9 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 145 | 233 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.09 |
| HSL | 263.18º | 0.67% | 0.74% | - |
| HSV(B) | 263.18º | 0.38% | 0.91% | - |
| XYZ | 43.42 | 35.72 | 81.7 | - |
| YUV | 165.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 233 | 0.23 | 0.38 | 0 | 0.09 | 263.18 | 0.67 | 0.74 |
| Hex | B3 | 91 | E9 | 17 | 26 | 0 | 9 | 107 | 43 | 4A |
| Octal | 263 | 221 | 351 | 27 | 46 | 0 | 11 | 407 | 103 | 112 |
| Binary | 10110011 | 10010001 | 11101001 | 10111 | 100110 | 0 | 1001 | 100000111 | 1000011 | 1001010 |
Color Harmonies of #B391E9
Complementary color
Monochromatic Colors of #B391E9
Black with #B391E9
Text Example
Text Example
White with #B391E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B391E9; }
p { color: rgb(179,145,233); }
H1.HeaderClassName
{
color: #B391E9;
}
.AnyTagClassName
{
color: #B391E9;
}
</style>
background-color css
<style>
a { background-color: #B391E9; }
a { background-color: rgb(179,145,233); }
div.DivClassName
{
background-color: #B391E9;
}
.BgClassName
{
background-color: #B391E9;
}
</style>
border-color css
<style>
span { border-color: #B391E9; }
span { border-color: rgb(179,145,233); }
td.TdClassName
{
border-color: #B391E9;
}
.TagClassName
{
border-color: #B391E9;
}
</style>