Shades of Biloba Flower #B591F0
Tints of Biloba Flower #B591F0
RGB
CMYK
RGB Variations
Color information
#B591F0 (or 0xB591F0) is known color: Biloba Flower. HEX triplet: B5, 91 and F0. RGB value is (181,145,240). Sum of RGB (Red+Green+Blue) = 181+145+240=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #B591F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B591F0 is #4A6E0F. Grayscale: #A6A6A6. Windows color (decimal): -4877840 or 15765941. OLE color: 15765941.
HSL color Cylindrical-coordinate representation of color #B591F0: hue angle of 262.74º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B591F0 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 145 | 240 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.06 |
| HSL | 262.74º | 0.76% | 0.75% | - |
| HSV(B) | 262.74º | 0.4% | 0.94% | - |
| XYZ | 44.91 | 36.37 | 87.09 | - |
| YUV | 166.59 | 169.43 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 240 | 0.25 | 0.40 | 0 | 0.06 | 262.74 | 0.76 | 0.75 |
| Hex | B5 | 91 | F0 | 19 | 28 | 0 | 6 | 107 | 4C | 4B |
| Octal | 265 | 221 | 360 | 31 | 50 | 0 | 6 | 407 | 114 | 113 |
| Binary | 10110101 | 10010001 | 11110000 | 11001 | 101000 | 0 | 110 | 100000111 | 1001100 | 1001011 |
Color Harmonies of #B591F0
Complementary color
Monochromatic Colors of #B591F0
Black with #B591F0
Text Example
Text Example
White with #B591F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B591F0; }
p { color: rgb(181,145,240); }
H1.HeaderClassName
{
color: #B591F0;
}
.AnyTagClassName
{
color: #B591F0;
}
</style>
background-color css
<style>
a { background-color: #B591F0; }
a { background-color: rgb(181,145,240); }
div.DivClassName
{
background-color: #B591F0;
}
.BgClassName
{
background-color: #B591F0;
}
</style>
border-color css
<style>
span { border-color: #B591F0; }
span { border-color: rgb(181,145,240); }
td.TdClassName
{
border-color: #B591F0;
}
.TagClassName
{
border-color: #B591F0;
}
</style>