Shades of Biloba Flower #B490FF
Tints of Biloba Flower #B490FF
RGB
CMYK
RGB Variations
Color information
#B490FF (or 0xB490FF) is known color: Biloba Flower. HEX triplet: B4, 90 and FF. RGB value is (180,144,255). Sum of RGB (Red+Green+Blue) = 180+144+255=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #B490FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B490FF is #4B6F00. Grayscale: #A7A7A7. Windows color (decimal): -4943617 or 16748724. OLE color: 16748724.
HSL color Cylindrical-coordinate representation of color #B490FF: hue angle of 259.46º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B490FF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 144 | 255 | - |
| CMYK | 0.29 | 0.44 | 0 | 0 |
| HSL | 259.46º | 1% | 0.78% | - |
| HSV(B) | 259.46º | 0.44% | 1% | - |
| XYZ | 46.85 | 36.87 | 99.26 | - |
| YUV | 167.42 | 177.43 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 255 | 0.29 | 0.44 | 0 | 0 | 259.46 | 1 | 0.78 |
| Hex | B4 | 90 | FF | 1D | 2C | 0 | 0 | 103 | 64 | 4E |
| Octal | 264 | 220 | 377 | 35 | 54 | 0 | 0 | 403 | 144 | 116 |
| Binary | 10110100 | 10010000 | 11111111 | 11101 | 101100 | 0 | 0 | 100000011 | 1100100 | 1001110 |
Color Harmonies of #B490FF
Complementary color
Monochromatic Colors of #B490FF
Black with #B490FF
Text Example
Text Example
White with #B490FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B490FF; }
p { color: rgb(180,144,255); }
H1.HeaderClassName
{
color: #B490FF;
}
.AnyTagClassName
{
color: #B490FF;
}
</style>
background-color css
<style>
a { background-color: #B490FF; }
a { background-color: rgb(180,144,255); }
div.DivClassName
{
background-color: #B490FF;
}
.BgClassName
{
background-color: #B490FF;
}
</style>
border-color css
<style>
span { border-color: #B490FF; }
span { border-color: rgb(180,144,255); }
td.TdClassName
{
border-color: #B490FF;
}
.TagClassName
{
border-color: #B490FF;
}
</style>