Shades of Biloba Flower #B59FED
Tints of Biloba Flower #B59FED
RGB
CMYK
RGB Variations
Color information
#B59FED (or 0xB59FED) is known color: Biloba Flower. HEX triplet: B5, 9F and ED. RGB value is (181,159,237). Sum of RGB (Red+Green+Blue) = 181+159+237=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #B59FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59FED is #4A6012. Grayscale: #AEAEAE. Windows color (decimal): -4874259 or 15572917. OLE color: 15572917.
HSL color Cylindrical-coordinate representation of color #B59FED: hue angle of 256.92º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B59FED is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 159 | 237 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.07 |
| HSL | 256.92º | 0.68% | 0.78% | - |
| HSV(B) | 256.92º | 0.33% | 0.93% | - |
| XYZ | 46.74 | 40.73 | 85.52 | - |
| YUV | 174.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 237 | 0.24 | 0.33 | 0 | 0.07 | 256.92 | 0.68 | 0.78 |
| Hex | B5 | 9F | ED | 18 | 21 | 0 | 7 | 101 | 44 | 4E |
| Octal | 265 | 237 | 355 | 30 | 41 | 0 | 7 | 401 | 104 | 116 |
| Binary | 10110101 | 10011111 | 11101101 | 11000 | 100001 | 0 | 111 | 100000001 | 1000100 | 1001110 |
Color Harmonies of #B59FED
Complementary color
Monochromatic Colors of #B59FED
Black with #B59FED
Text Example
Text Example
White with #B59FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59FED; }
p { color: rgb(181,159,237); }
H1.HeaderClassName
{
color: #B59FED;
}
.AnyTagClassName
{
color: #B59FED;
}
</style>
background-color css
<style>
a { background-color: #B59FED; }
a { background-color: rgb(181,159,237); }
div.DivClassName
{
background-color: #B59FED;
}
.BgClassName
{
background-color: #B59FED;
}
</style>
border-color css
<style>
span { border-color: #B59FED; }
span { border-color: rgb(181,159,237); }
td.TdClassName
{
border-color: #B59FED;
}
.TagClassName
{
border-color: #B59FED;
}
</style>