Shades of Biloba Flower #B58FF6
Tints of Biloba Flower #B58FF6
RGB
CMYK
RGB Variations
Color information
#B58FF6 (or 0xB58FF6) is known color: Biloba Flower. HEX triplet: B5, 8F and F6. RGB value is (181,143,246). Sum of RGB (Red+Green+Blue) = 181+143+246=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #B58FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FF6 is #4A7009. Grayscale: #A5A5A5. Windows color (decimal): -4878346 or 16158645. OLE color: 16158645.
HSL color Cylindrical-coordinate representation of color #B58FF6: hue angle of 262.14º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B58FF6 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 143 | 246 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.04 |
| HSL | 262.14º | 0.85% | 0.76% | - |
| HSV(B) | 262.14º | 0.42% | 0.96% | - |
| XYZ | 45.51 | 36.12 | 91.76 | - |
| YUV | 166.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 246 | 0.26 | 0.42 | 0 | 0.04 | 262.14 | 0.85 | 0.76 |
| Hex | B5 | 8F | F6 | 1A | 2A | 0 | 4 | 106 | 55 | 4C |
| Octal | 265 | 217 | 366 | 32 | 52 | 0 | 4 | 406 | 125 | 114 |
| Binary | 10110101 | 10001111 | 11110110 | 11010 | 101010 | 0 | 100 | 100000110 | 1010101 | 1001100 |
Color Harmonies of #B58FF6
Complementary color
Monochromatic Colors of #B58FF6
Black with #B58FF6
Text Example
Text Example
White with #B58FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FF6; }
p { color: rgb(181,143,246); }
H1.HeaderClassName
{
color: #B58FF6;
}
.AnyTagClassName
{
color: #B58FF6;
}
</style>
background-color css
<style>
a { background-color: #B58FF6; }
a { background-color: rgb(181,143,246); }
div.DivClassName
{
background-color: #B58FF6;
}
.BgClassName
{
background-color: #B58FF6;
}
</style>
border-color css
<style>
span { border-color: #B58FF6; }
span { border-color: rgb(181,143,246); }
td.TdClassName
{
border-color: #B58FF6;
}
.TagClassName
{
border-color: #B58FF6;
}
</style>