Shades of Biloba Flower #B48FFE
Tints of Biloba Flower #B48FFE
RGB
CMYK
RGB Variations
Color information
#B48FFE (or 0xB48FFE) is known color: Biloba Flower. HEX triplet: B4, 8F and FE. RGB value is (180,143,254). Sum of RGB (Red+Green+Blue) = 180+143+254=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #B48FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48FFE is #4B7001. Grayscale: #A6A6A6. Windows color (decimal): -4943874 or 16682932. OLE color: 16682932.
HSL color Cylindrical-coordinate representation of color #B48FFE: hue angle of 260º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B48FFE is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 143 | 254 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.00 |
| HSL | 260º | 0.98% | 0.78% | - |
| HSV(B) | 260º | 0.44% | 1% | - |
| XYZ | 46.53 | 36.5 | 98.36 | - |
| YUV | 166.72 | 177.26 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 254 | 0.29 | 0.44 | 0 | 0.00 | 260 | 0.98 | 0.78 |
| Hex | B4 | 8F | FE | 1D | 2C | 0 | 0 | 104 | 62 | 4E |
| Octal | 264 | 217 | 376 | 35 | 54 | 0 | 0 | 404 | 142 | 116 |
| Binary | 10110100 | 10001111 | 11111110 | 11101 | 101100 | 0 | 0 | 100000100 | 1100010 | 1001110 |
Color Harmonies of #B48FFE
Complementary color
Monochromatic Colors of #B48FFE
Black with #B48FFE
Text Example
Text Example
White with #B48FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48FFE; }
p { color: rgb(180,143,254); }
H1.HeaderClassName
{
color: #B48FFE;
}
.AnyTagClassName
{
color: #B48FFE;
}
</style>
background-color css
<style>
a { background-color: #B48FFE; }
a { background-color: rgb(180,143,254); }
div.DivClassName
{
background-color: #B48FFE;
}
.BgClassName
{
background-color: #B48FFE;
}
</style>
border-color css
<style>
span { border-color: #B48FFE; }
span { border-color: rgb(180,143,254); }
td.TdClassName
{
border-color: #B48FFE;
}
.TagClassName
{
border-color: #B48FFE;
}
</style>