Shades of Biloba Flower #B488FA
Tints of Biloba Flower #B488FA
RGB
CMYK
RGB Variations
Color information
#B488FA (or 0xB488FA) is known color: Biloba Flower. HEX triplet: B4, 88 and FA. RGB value is (180,136,250). Sum of RGB (Red+Green+Blue) = 180+136+250=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #B488FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488FA is #4B7705. Grayscale: #A1A1A1. Windows color (decimal): -4945670 or 16418996. OLE color: 16418996.
HSL color Cylindrical-coordinate representation of color #B488FA: hue angle of 263.16º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B488FA is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 136 | 250 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.02 |
| HSL | 263.16º | 0.92% | 0.76% | - |
| HSV(B) | 263.16º | 0.46% | 0.98% | - |
| XYZ | 44.88 | 34.21 | 94.68 | - |
| YUV | 162.15 | 177.58 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 250 | 0.28 | 0.46 | 0 | 0.02 | 263.16 | 0.92 | 0.76 |
| Hex | B4 | 88 | FA | 1C | 2E | 0 | 2 | 107 | 5C | 4C |
| Octal | 264 | 210 | 372 | 34 | 56 | 0 | 2 | 407 | 134 | 114 |
| Binary | 10110100 | 10001000 | 11111010 | 11100 | 101110 | 0 | 10 | 100000111 | 1011100 | 1001100 |
Color Harmonies of #B488FA
Complementary color
Monochromatic Colors of #B488FA
Black with #B488FA
Text Example
Text Example
White with #B488FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488FA; }
p { color: rgb(180,136,250); }
H1.HeaderClassName
{
color: #B488FA;
}
.AnyTagClassName
{
color: #B488FA;
}
</style>
background-color css
<style>
a { background-color: #B488FA; }
a { background-color: rgb(180,136,250); }
div.DivClassName
{
background-color: #B488FA;
}
.BgClassName
{
background-color: #B488FA;
}
</style>
border-color css
<style>
span { border-color: #B488FA; }
span { border-color: rgb(180,136,250); }
td.TdClassName
{
border-color: #B488FA;
}
.TagClassName
{
border-color: #B488FA;
}
</style>