Shades of Biloba Flower #B290FA
Tints of Biloba Flower #B290FA
RGB
CMYK
RGB Variations
Color information
#B290FA (or 0xB290FA) is known color: Biloba Flower. HEX triplet: B2, 90 and FA. RGB value is (178,144,250). Sum of RGB (Red+Green+Blue) = 178+144+250=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #B290FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B290FA is #4D6F05. Grayscale: #A5A5A5. Windows color (decimal): -5074694 or 16421042. OLE color: 16421042.
HSL color Cylindrical-coordinate representation of color #B290FA: hue angle of 259.25º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B290FA is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 144 | 250 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.02 |
| HSL | 259.25º | 0.91% | 0.77% | - |
| HSV(B) | 259.25º | 0.42% | 0.98% | - |
| XYZ | 45.59 | 36.31 | 95.05 | - |
| YUV | 166.25 | 175.26 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 250 | 0.29 | 0.42 | 0 | 0.02 | 259.25 | 0.91 | 0.77 |
| Hex | B2 | 90 | FA | 1D | 2A | 0 | 2 | 103 | 5B | 4D |
| Octal | 262 | 220 | 372 | 35 | 52 | 0 | 2 | 403 | 133 | 115 |
| Binary | 10110010 | 10010000 | 11111010 | 11101 | 101010 | 0 | 10 | 100000011 | 1011011 | 1001101 |
Color Harmonies of #B290FA
Complementary color
Monochromatic Colors of #B290FA
Black with #B290FA
Text Example
Text Example
White with #B290FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290FA; }
p { color: rgb(178,144,250); }
H1.HeaderClassName
{
color: #B290FA;
}
.AnyTagClassName
{
color: #B290FA;
}
</style>
background-color css
<style>
a { background-color: #B290FA; }
a { background-color: rgb(178,144,250); }
div.DivClassName
{
background-color: #B290FA;
}
.BgClassName
{
background-color: #B290FA;
}
</style>
border-color css
<style>
span { border-color: #B290FA; }
span { border-color: rgb(178,144,250); }
td.TdClassName
{
border-color: #B290FA;
}
.TagClassName
{
border-color: #B290FA;
}
</style>