Shades of Biloba Flower #B48FFF
Tints of Biloba Flower #B48FFF
RGB
CMYK
RGB Variations
Color information
#B48FFF (or 0xB48FFF) is known color: Biloba Flower. HEX triplet: B4, 8F and FF. RGB value is (180,143,255). Sum of RGB (Red+Green+Blue) = 180+143+255=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #B48FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48FFF is #4B7000. Grayscale: #A6A6A6. Windows color (decimal): -4943873 or 16748468. OLE color: 16748468.
HSL color Cylindrical-coordinate representation of color #B48FFF: hue angle of 259.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B48FFF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 143 | 255 | - |
| CMYK | 0.29 | 0.44 | 0 | 0 |
| HSL | 259.82º | 1% | 0.78% | - |
| HSV(B) | 259.82º | 0.44% | 1% | - |
| XYZ | 46.69 | 36.57 | 99.21 | - |
| YUV | 166.83 | 177.76 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 255 | 0.29 | 0.44 | 0 | 0 | 259.82 | 1 | 0.78 |
| Hex | B4 | 8F | FF | 1D | 2C | 0 | 0 | 104 | 64 | 4E |
| Octal | 264 | 217 | 377 | 35 | 54 | 0 | 0 | 404 | 144 | 116 |
| Binary | 10110100 | 10001111 | 11111111 | 11101 | 101100 | 0 | 0 | 100000100 | 1100100 | 1001110 |
Color Harmonies of #B48FFF
Complementary color
Monochromatic Colors of #B48FFF
Black with #B48FFF
Text Example
Text Example
White with #B48FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48FFF; }
p { color: rgb(180,143,255); }
H1.HeaderClassName
{
color: #B48FFF;
}
.AnyTagClassName
{
color: #B48FFF;
}
</style>
background-color css
<style>
a { background-color: #B48FFF; }
a { background-color: rgb(180,143,255); }
div.DivClassName
{
background-color: #B48FFF;
}
.BgClassName
{
background-color: #B48FFF;
}
</style>
border-color css
<style>
span { border-color: #B48FFF; }
span { border-color: rgb(180,143,255); }
td.TdClassName
{
border-color: #B48FFF;
}
.TagClassName
{
border-color: #B48FFF;
}
</style>