Shades of Biloba Flower #B58FFF
Tints of Biloba Flower #B58FFF
RGB
CMYK
RGB Variations
Color information
#B58FFF (or 0xB58FFF) is known color: Biloba Flower. HEX triplet: B5, 8F and FF. RGB value is (181,143,255). Sum of RGB (Red+Green+Blue) = 181+143+255=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #B58FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FFF is #4A7000. Grayscale: #A6A6A6. Windows color (decimal): -4878337 or 16748469. OLE color: 16748469.
HSL color Cylindrical-coordinate representation of color #B58FFF: hue angle of 260.36º 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 #B58FFF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 143 | 255 | - |
| CMYK | 0.29 | 0.44 | 0 | 0 |
| HSL | 260.36º | 1% | 0.78% | - |
| HSV(B) | 260.36º | 0.44% | 1% | - |
| XYZ | 46.93 | 36.69 | 99.22 | - |
| YUV | 167.13 | 177.59 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 255 | 0.29 | 0.44 | 0 | 0 | 260.36 | 1 | 0.78 |
| Hex | B5 | 8F | FF | 1D | 2C | 0 | 0 | 104 | 64 | 4E |
| Octal | 265 | 217 | 377 | 35 | 54 | 0 | 0 | 404 | 144 | 116 |
| Binary | 10110101 | 10001111 | 11111111 | 11101 | 101100 | 0 | 0 | 100000100 | 1100100 | 1001110 |
Color Harmonies of #B58FFF
Complementary color
Monochromatic Colors of #B58FFF
Black with #B58FFF
Text Example
Text Example
White with #B58FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FFF; }
p { color: rgb(181,143,255); }
H1.HeaderClassName
{
color: #B58FFF;
}
.AnyTagClassName
{
color: #B58FFF;
}
</style>
background-color css
<style>
a { background-color: #B58FFF; }
a { background-color: rgb(181,143,255); }
div.DivClassName
{
background-color: #B58FFF;
}
.BgClassName
{
background-color: #B58FFF;
}
</style>
border-color css
<style>
span { border-color: #B58FFF; }
span { border-color: rgb(181,143,255); }
td.TdClassName
{
border-color: #B58FFF;
}
.TagClassName
{
border-color: #B58FFF;
}
</style>