Shades of Biloba Flower #B488FE
Tints of Biloba Flower #B488FE
RGB
CMYK
RGB Variations
Color information
#B488FE (or 0xB488FE) is known color: Biloba Flower. HEX triplet: B4, 88 and FE. RGB value is (180,136,254). Sum of RGB (Red+Green+Blue) = 180+136+254=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #B488FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488FE is #4B7701. Grayscale: #A2A2A2. Windows color (decimal): -4945666 or 16681140. OLE color: 16681140.
HSL color Cylindrical-coordinate representation of color #B488FE: hue angle of 262.37º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B488FE is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 136 | 254 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.00 |
| HSL | 262.37º | 0.98% | 0.76% | - |
| HSV(B) | 262.37º | 0.46% | 1% | - |
| XYZ | 45.52 | 34.47 | 98.02 | - |
| YUV | 162.61 | 179.58 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 254 | 0.29 | 0.46 | 0 | 0.00 | 262.37 | 0.98 | 0.76 |
| Hex | B4 | 88 | FE | 1D | 2E | 0 | 0 | 106 | 62 | 4C |
| Octal | 264 | 210 | 376 | 35 | 56 | 0 | 0 | 406 | 142 | 114 |
| Binary | 10110100 | 10001000 | 11111110 | 11101 | 101110 | 0 | 0 | 100000110 | 1100010 | 1001100 |
Color Harmonies of #B488FE
Complementary color
Monochromatic Colors of #B488FE
Black with #B488FE
Text Example
Text Example
White with #B488FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488FE; }
p { color: rgb(180,136,254); }
H1.HeaderClassName
{
color: #B488FE;
}
.AnyTagClassName
{
color: #B488FE;
}
</style>
background-color css
<style>
a { background-color: #B488FE; }
a { background-color: rgb(180,136,254); }
div.DivClassName
{
background-color: #B488FE;
}
.BgClassName
{
background-color: #B488FE;
}
</style>
border-color css
<style>
span { border-color: #B488FE; }
span { border-color: rgb(180,136,254); }
td.TdClassName
{
border-color: #B488FE;
}
.TagClassName
{
border-color: #B488FE;
}
</style>