Shades of Biloba Flower #B490FA
Tints of Biloba Flower #B490FA
RGB
CMYK
RGB Variations
Color information
#B490FA (or 0xB490FA) is known color: Biloba Flower. HEX triplet: B4, 90 and FA. RGB value is (180,144,250). Sum of RGB (Red+Green+Blue) = 180+144+250=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #B490FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B490FA is #4B6F05. Grayscale: #A6A6A6. Windows color (decimal): -4943622 or 16421044. OLE color: 16421044.
HSL color Cylindrical-coordinate representation of color #B490FA: hue angle of 260.38º 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 #B490FA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 144 | 250 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.02 |
| HSL | 260.38º | 0.91% | 0.77% | - |
| HSV(B) | 260.38º | 0.42% | 0.98% | - |
| XYZ | 46.05 | 36.55 | 95.07 | - |
| YUV | 166.85 | 174.93 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 250 | 0.28 | 0.42 | 0 | 0.02 | 260.38 | 0.91 | 0.77 |
| Hex | B4 | 90 | FA | 1C | 2A | 0 | 2 | 104 | 5B | 4D |
| Octal | 264 | 220 | 372 | 34 | 52 | 0 | 2 | 404 | 133 | 115 |
| Binary | 10110100 | 10010000 | 11111010 | 11100 | 101010 | 0 | 10 | 100000100 | 1011011 | 1001101 |
Color Harmonies of #B490FA
Complementary color
Monochromatic Colors of #B490FA
Black with #B490FA
Text Example
Text Example
White with #B490FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B490FA; }
p { color: rgb(180,144,250); }
H1.HeaderClassName
{
color: #B490FA;
}
.AnyTagClassName
{
color: #B490FA;
}
</style>
background-color css
<style>
a { background-color: #B490FA; }
a { background-color: rgb(180,144,250); }
div.DivClassName
{
background-color: #B490FA;
}
.BgClassName
{
background-color: #B490FA;
}
</style>
border-color css
<style>
span { border-color: #B490FA; }
span { border-color: rgb(180,144,250); }
td.TdClassName
{
border-color: #B490FA;
}
.TagClassName
{
border-color: #B490FA;
}
</style>