Shades of Biloba Flower #B588F0
Tints of Biloba Flower #B588F0
RGB
CMYK
RGB Variations
Color information
#B588F0 (or 0xB588F0) is known color: Biloba Flower. HEX triplet: B5, 88 and F0. RGB value is (181,136,240). Sum of RGB (Red+Green+Blue) = 181+136+240=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #B588F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B588F0 is #4A770F. Grayscale: #A0A0A0. Windows color (decimal): -4880144 or 15763637. OLE color: 15763637.
HSL color Cylindrical-coordinate representation of color #B588F0: hue angle of 265.96º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B588F0 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 136 | 240 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.06 |
| HSL | 265.96º | 0.78% | 0.74% | - |
| HSV(B) | 265.96º | 0.43% | 0.94% | - |
| XYZ | 43.59 | 33.72 | 86.65 | - |
| YUV | 161.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 240 | 0.25 | 0.43 | 0 | 0.06 | 265.96 | 0.78 | 0.74 |
| Hex | B5 | 88 | F0 | 19 | 2B | 0 | 6 | 10A | 4E | 4A |
| Octal | 265 | 210 | 360 | 31 | 53 | 0 | 6 | 412 | 116 | 112 |
| Binary | 10110101 | 10001000 | 11110000 | 11001 | 101011 | 0 | 110 | 100001010 | 1001110 | 1001010 |
Color Harmonies of #B588F0
Complementary color
Monochromatic Colors of #B588F0
Black with #B588F0
Text Example
Text Example
White with #B588F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B588F0; }
p { color: rgb(181,136,240); }
H1.HeaderClassName
{
color: #B588F0;
}
.AnyTagClassName
{
color: #B588F0;
}
</style>
background-color css
<style>
a { background-color: #B588F0; }
a { background-color: rgb(181,136,240); }
div.DivClassName
{
background-color: #B588F0;
}
.BgClassName
{
background-color: #B588F0;
}
</style>
border-color css
<style>
span { border-color: #B588F0; }
span { border-color: rgb(181,136,240); }
td.TdClassName
{
border-color: #B588F0;
}
.TagClassName
{
border-color: #B588F0;
}
</style>