Shades of Biloba Flower #B48BFF
Tints of Biloba Flower #B48BFF
RGB
CMYK
RGB Variations
Color information
#B48BFF (or 0xB48BFF) is known color: Biloba Flower. HEX triplet: B4, 8B and FF. RGB value is (180,139,255). Sum of RGB (Red+Green+Blue) = 180+139+255=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #B48BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48BFF is #4B7400. Grayscale: #A4A4A4. Windows color (decimal): -4944897 or 16747444. OLE color: 16747444.
HSL color Cylindrical-coordinate representation of color #B48BFF: hue angle of 261.21º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B48BFF is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 139 | 255 | - |
| CMYK | 0.29 | 0.45 | 0 | 0 |
| HSL | 261.21º | 1% | 0.77% | - |
| HSV(B) | 261.21º | 0.45% | 1% | - |
| XYZ | 46.11 | 35.39 | 99.01 | - |
| YUV | 164.48 | 179.08 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 255 | 0.29 | 0.45 | 0 | 0 | 261.21 | 1 | 0.77 |
| Hex | B4 | 8B | FF | 1D | 2D | 0 | 0 | 105 | 64 | 4D |
| Octal | 264 | 213 | 377 | 35 | 55 | 0 | 0 | 405 | 144 | 115 |
| Binary | 10110100 | 10001011 | 11111111 | 11101 | 101101 | 0 | 0 | 100000101 | 1100100 | 1001101 |
Color Harmonies of #B48BFF
Complementary color
Monochromatic Colors of #B48BFF
Black with #B48BFF
Text Example
Text Example
White with #B48BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48BFF; }
p { color: rgb(180,139,255); }
H1.HeaderClassName
{
color: #B48BFF;
}
.AnyTagClassName
{
color: #B48BFF;
}
</style>
background-color css
<style>
a { background-color: #B48BFF; }
a { background-color: rgb(180,139,255); }
div.DivClassName
{
background-color: #B48BFF;
}
.BgClassName
{
background-color: #B48BFF;
}
</style>
border-color css
<style>
span { border-color: #B48BFF; }
span { border-color: rgb(180,139,255); }
td.TdClassName
{
border-color: #B48BFF;
}
.TagClassName
{
border-color: #B48BFF;
}
</style>