Shades of Biloba Flower #B290E5
Tints of Biloba Flower #B290E5
RGB
CMYK
RGB Variations
Color information
#B290E5 (or 0xB290E5) is known color: Biloba Flower. HEX triplet: B2, 90 and E5. RGB value is (178,144,229). Sum of RGB (Red+Green+Blue) = 178+144+229=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #B290E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290E5 is #4D6F1A. Grayscale: #A3A3A3. Windows color (decimal): -5074715 or 15044786. OLE color: 15044786.
HSL color Cylindrical-coordinate representation of color #B290E5: hue angle of 264º 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 #B290E5 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 144 | 229 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.10 |
| HSL | 264º | 0.62% | 0.73% | - |
| HSV(B) | 264º | 0.37% | 0.9% | - |
| XYZ | 42.48 | 35.07 | 78.66 | - |
| YUV | 163.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 229 | 0.22 | 0.37 | 0 | 0.10 | 264 | 0.62 | 0.73 |
| Hex | B2 | 90 | E5 | 16 | 25 | 0 | A | 108 | 3E | 49 |
| Octal | 262 | 220 | 345 | 26 | 45 | 0 | 12 | 410 | 76 | 111 |
| Binary | 10110010 | 10010000 | 11100101 | 10110 | 100101 | 0 | 1010 | 100001000 | 111110 | 1001001 |
Color Harmonies of #B290E5
Complementary color
Monochromatic Colors of #B290E5
Black with #B290E5
Text Example
Text Example
White with #B290E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290E5; }
p { color: rgb(178,144,229); }
H1.HeaderClassName
{
color: #B290E5;
}
.AnyTagClassName
{
color: #B290E5;
}
</style>
background-color css
<style>
a { background-color: #B290E5; }
a { background-color: rgb(178,144,229); }
div.DivClassName
{
background-color: #B290E5;
}
.BgClassName
{
background-color: #B290E5;
}
</style>
border-color css
<style>
span { border-color: #B290E5; }
span { border-color: rgb(178,144,229); }
td.TdClassName
{
border-color: #B290E5;
}
.TagClassName
{
border-color: #B290E5;
}
</style>