Shades of Biloba Flower #B498E5
Tints of Biloba Flower #B498E5
RGB
CMYK
RGB Variations
Color information
#B498E5 (or 0xB498E5) is known color: Biloba Flower. HEX triplet: B4, 98 and E5. RGB value is (180,152,229). Sum of RGB (Red+Green+Blue) = 180+152+229=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #B498E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498E5 is #4B671A. Grayscale: #A8A8A8. Windows color (decimal): -4941595 or 15046836. OLE color: 15046836.
HSL color Cylindrical-coordinate representation of color #B498E5: hue angle of 261.82º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B498E5 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 152 | 229 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.10 |
| HSL | 261.82º | 0.6% | 0.75% | - |
| HSV(B) | 261.82º | 0.34% | 0.9% | - |
| XYZ | 44.19 | 37.82 | 79.1 | - |
| YUV | 169.15 | 161.78 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 229 | 0.21 | 0.34 | 0 | 0.10 | 261.82 | 0.6 | 0.75 |
| Hex | B4 | 98 | E5 | 15 | 22 | 0 | A | 106 | 3C | 4B |
| Octal | 264 | 230 | 345 | 25 | 42 | 0 | 12 | 406 | 74 | 113 |
| Binary | 10110100 | 10011000 | 11100101 | 10101 | 100010 | 0 | 1010 | 100000110 | 111100 | 1001011 |
Color Harmonies of #B498E5
Complementary color
Monochromatic Colors of #B498E5
Black with #B498E5
Text Example
Text Example
White with #B498E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B498E5; }
p { color: rgb(180,152,229); }
H1.HeaderClassName
{
color: #B498E5;
}
.AnyTagClassName
{
color: #B498E5;
}
</style>
background-color css
<style>
a { background-color: #B498E5; }
a { background-color: rgb(180,152,229); }
div.DivClassName
{
background-color: #B498E5;
}
.BgClassName
{
background-color: #B498E5;
}
</style>
border-color css
<style>
span { border-color: #B498E5; }
span { border-color: rgb(180,152,229); }
td.TdClassName
{
border-color: #B498E5;
}
.TagClassName
{
border-color: #B498E5;
}
</style>