Shades of Biloba Flower #B490E1
Tints of Biloba Flower #B490E1
RGB
CMYK
RGB Variations
Color information
#B490E1 (or 0xB490E1) is known color: Biloba Flower. HEX triplet: B4, 90 and E1. RGB value is (180,144,225). Sum of RGB (Red+Green+Blue) = 180+144+225=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #B490E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490E1 is #4B6F1E. Grayscale: #A3A3A3. Windows color (decimal): -4943647 or 14782644. OLE color: 14782644.
HSL color Cylindrical-coordinate representation of color #B490E1: hue angle of 266.67º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B490E1 is Cyan = 0.2, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 144 | 225 | - |
| CMYK | 0.2 | 0.36 | 0 | 0.12 |
| HSL | 266.67º | 0.57% | 0.72% | - |
| HSV(B) | 266.67º | 0.36% | 0.88% | - |
| XYZ | 42.39 | 35.09 | 75.77 | - |
| YUV | 164 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 225 | 0.2 | 0.36 | 0 | 0.12 | 266.67 | 0.57 | 0.72 |
| Hex | B4 | 90 | E1 | 14 | 24 | 0 | C | 10B | 39 | 48 |
| Octal | 264 | 220 | 341 | 24 | 44 | 0 | 14 | 413 | 71 | 110 |
| Binary | 10110100 | 10010000 | 11100001 | 10100 | 100100 | 0 | 1100 | 100001011 | 111001 | 1001000 |
Color Harmonies of #B490E1
Complementary color
Monochromatic Colors of #B490E1
Black with #B490E1
Text Example
Text Example
White with #B490E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B490E1; }
p { color: rgb(180,144,225); }
H1.HeaderClassName
{
color: #B490E1;
}
.AnyTagClassName
{
color: #B490E1;
}
</style>
background-color css
<style>
a { background-color: #B490E1; }
a { background-color: rgb(180,144,225); }
div.DivClassName
{
background-color: #B490E1;
}
.BgClassName
{
background-color: #B490E1;
}
</style>
border-color css
<style>
span { border-color: #B490E1; }
span { border-color: rgb(180,144,225); }
td.TdClassName
{
border-color: #B490E1;
}
.TagClassName
{
border-color: #B490E1;
}
</style>