Shades of Biloba Flower #B58CFF
Tints of Biloba Flower #B58CFF
RGB
CMYK
RGB Variations
Color information
#B58CFF (or 0xB58CFF) is known color: Biloba Flower. HEX triplet: B5, 8C and FF. RGB value is (181,140,255). Sum of RGB (Red+Green+Blue) = 181+140+255=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #B58CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58CFF is #4A7300. Grayscale: #A4A4A4. Windows color (decimal): -4879105 or 16747701. OLE color: 16747701.
HSL color Cylindrical-coordinate representation of color #B58CFF: hue angle of 261.39º 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 #B58CFF is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 140 | 255 | - |
| CMYK | 0.29 | 0.45 | 0 | 0 |
| HSL | 261.39º | 1% | 0.77% | - |
| HSV(B) | 261.39º | 0.45% | 1% | - |
| XYZ | 46.48 | 35.8 | 99.07 | - |
| YUV | 165.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 255 | 0.29 | 0.45 | 0 | 0 | 261.39 | 1 | 0.77 |
| Hex | B5 | 8C | FF | 1D | 2D | 0 | 0 | 105 | 64 | 4D |
| Octal | 265 | 214 | 377 | 35 | 55 | 0 | 0 | 405 | 144 | 115 |
| Binary | 10110101 | 10001100 | 11111111 | 11101 | 101101 | 0 | 0 | 100000101 | 1100100 | 1001101 |
Color Harmonies of #B58CFF
Complementary color
Monochromatic Colors of #B58CFF
Black with #B58CFF
Text Example
Text Example
White with #B58CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58CFF; }
p { color: rgb(181,140,255); }
H1.HeaderClassName
{
color: #B58CFF;
}
.AnyTagClassName
{
color: #B58CFF;
}
</style>
background-color css
<style>
a { background-color: #B58CFF; }
a { background-color: rgb(181,140,255); }
div.DivClassName
{
background-color: #B58CFF;
}
.BgClassName
{
background-color: #B58CFF;
}
</style>
border-color css
<style>
span { border-color: #B58CFF; }
span { border-color: rgb(181,140,255); }
td.TdClassName
{
border-color: #B58CFF;
}
.TagClassName
{
border-color: #B58CFF;
}
</style>