Shades of Biloba Flower #B590FF
Tints of Biloba Flower #B590FF
RGB
CMYK
RGB Variations
Color information
#B590FF (or 0xB590FF) is known color: Biloba Flower. HEX triplet: B5, 90 and FF. RGB value is (181,144,255). Sum of RGB (Red+Green+Blue) = 181+144+255=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #B590FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B590FF is #4A6F00. Grayscale: #A7A7A7. Windows color (decimal): -4878081 or 16748725. OLE color: 16748725.
HSL color Cylindrical-coordinate representation of color #B590FF: hue angle of 260º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B590FF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 144 | 255 | - |
| CMYK | 0.29 | 0.44 | 0 | 0 |
| HSL | 260º | 1% | 0.78% | - |
| HSV(B) | 260º | 0.44% | 1% | - |
| XYZ | 47.08 | 36.99 | 99.27 | - |
| YUV | 167.72 | 177.26 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 255 | 0.29 | 0.44 | 0 | 0 | 260 | 1 | 0.78 |
| Hex | B5 | 90 | FF | 1D | 2C | 0 | 0 | 104 | 64 | 4E |
| Octal | 265 | 220 | 377 | 35 | 54 | 0 | 0 | 404 | 144 | 116 |
| Binary | 10110101 | 10010000 | 11111111 | 11101 | 101100 | 0 | 0 | 100000100 | 1100100 | 1001110 |
Color Harmonies of #B590FF
Complementary color
Monochromatic Colors of #B590FF
Black with #B590FF
Text Example
Text Example
White with #B590FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B590FF; }
p { color: rgb(181,144,255); }
H1.HeaderClassName
{
color: #B590FF;
}
.AnyTagClassName
{
color: #B590FF;
}
</style>
background-color css
<style>
a { background-color: #B590FF; }
a { background-color: rgb(181,144,255); }
div.DivClassName
{
background-color: #B590FF;
}
.BgClassName
{
background-color: #B590FF;
}
</style>
border-color css
<style>
span { border-color: #B590FF; }
span { border-color: rgb(181,144,255); }
td.TdClassName
{
border-color: #B590FF;
}
.TagClassName
{
border-color: #B590FF;
}
</style>