Shades of Biloba Flower #B58FFC
Tints of Biloba Flower #B58FFC
RGB
CMYK
RGB Variations
Color information
#B58FFC (or 0xB58FFC) is known color: Biloba Flower. HEX triplet: B5, 8F and FC. RGB value is (181,143,252). Sum of RGB (Red+Green+Blue) = 181+143+252=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #B58FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FFC is #4A7003. Grayscale: #A6A6A6. Windows color (decimal): -4878340 or 16551861. OLE color: 16551861.
HSL color Cylindrical-coordinate representation of color #B58FFC: hue angle of 260.92º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B58FFC is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 143 | 252 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.01 |
| HSL | 260.92º | 0.95% | 0.77% | - |
| HSV(B) | 260.92º | 0.43% | 0.99% | - |
| XYZ | 46.45 | 36.5 | 96.69 | - |
| YUV | 166.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 252 | 0.28 | 0.43 | 0 | 0.01 | 260.92 | 0.95 | 0.77 |
| Hex | B5 | 8F | FC | 1C | 2B | 0 | 1 | 105 | 5F | 4D |
| Octal | 265 | 217 | 374 | 34 | 53 | 0 | 1 | 405 | 137 | 115 |
| Binary | 10110101 | 10001111 | 11111100 | 11100 | 101011 | 0 | 1 | 100000101 | 1011111 | 1001101 |
Color Harmonies of #B58FFC
Complementary color
Monochromatic Colors of #B58FFC
Black with #B58FFC
Text Example
Text Example
White with #B58FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FFC; }
p { color: rgb(181,143,252); }
H1.HeaderClassName
{
color: #B58FFC;
}
.AnyTagClassName
{
color: #B58FFC;
}
</style>
background-color css
<style>
a { background-color: #B58FFC; }
a { background-color: rgb(181,143,252); }
div.DivClassName
{
background-color: #B58FFC;
}
.BgClassName
{
background-color: #B58FFC;
}
</style>
border-color css
<style>
span { border-color: #B58FFC; }
span { border-color: rgb(181,143,252); }
td.TdClassName
{
border-color: #B58FFC;
}
.TagClassName
{
border-color: #B58FFC;
}
</style>