Shades of Biloba Flower #B390E5
Tints of Biloba Flower #B390E5
RGB
CMYK
RGB Variations
Color information
#B390E5 (or 0xB390E5) is known color: Biloba Flower. HEX triplet: B3, 90 and E5. RGB value is (179,144,229). Sum of RGB (Red+Green+Blue) = 179+144+229=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #B390E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390E5 is #4C6F1A. Grayscale: #A3A3A3. Windows color (decimal): -5009179 or 15044787. OLE color: 15044787.
HSL color Cylindrical-coordinate representation of color #B390E5: hue angle of 264.71º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B390E5 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 144 | 229 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.10 |
| HSL | 264.71º | 0.62% | 0.73% | - |
| HSV(B) | 264.71º | 0.37% | 0.9% | - |
| XYZ | 42.71 | 35.19 | 78.67 | - |
| YUV | 164.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 229 | 0.22 | 0.37 | 0 | 0.10 | 264.71 | 0.62 | 0.73 |
| Hex | B3 | 90 | E5 | 16 | 25 | 0 | A | 109 | 3E | 49 |
| Octal | 263 | 220 | 345 | 26 | 45 | 0 | 12 | 411 | 76 | 111 |
| Binary | 10110011 | 10010000 | 11100101 | 10110 | 100101 | 0 | 1010 | 100001001 | 111110 | 1001001 |
Color Harmonies of #B390E5
Complementary color
Monochromatic Colors of #B390E5
Black with #B390E5
Text Example
Text Example
White with #B390E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B390E5; }
p { color: rgb(179,144,229); }
H1.HeaderClassName
{
color: #B390E5;
}
.AnyTagClassName
{
color: #B390E5;
}
</style>
background-color css
<style>
a { background-color: #B390E5; }
a { background-color: rgb(179,144,229); }
div.DivClassName
{
background-color: #B390E5;
}
.BgClassName
{
background-color: #B390E5;
}
</style>
border-color css
<style>
span { border-color: #B390E5; }
span { border-color: rgb(179,144,229); }
td.TdClassName
{
border-color: #B390E5;
}
.TagClassName
{
border-color: #B390E5;
}
</style>