Shades of Biloba Flower #B591ED
Tints of Biloba Flower #B591ED
RGB
CMYK
RGB Variations
Color information
#B591ED (or 0xB591ED) is known color: Biloba Flower. HEX triplet: B5, 91 and ED. RGB value is (181,145,237). Sum of RGB (Red+Green+Blue) = 181+145+237=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #B591ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B591ED is #4A6E12. Grayscale: #A5A5A5. Windows color (decimal): -4877843 or 15569333. OLE color: 15569333.
HSL color Cylindrical-coordinate representation of color #B591ED: hue angle of 263.48º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B591ED is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 145 | 237 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.07 |
| HSL | 263.48º | 0.72% | 0.75% | - |
| HSV(B) | 263.48º | 0.39% | 0.93% | - |
| XYZ | 44.47 | 36.19 | 84.76 | - |
| YUV | 166.25 | 167.93 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 237 | 0.24 | 0.39 | 0 | 0.07 | 263.48 | 0.72 | 0.75 |
| Hex | B5 | 91 | ED | 18 | 27 | 0 | 7 | 107 | 48 | 4B |
| Octal | 265 | 221 | 355 | 30 | 47 | 0 | 7 | 407 | 110 | 113 |
| Binary | 10110101 | 10010001 | 11101101 | 11000 | 100111 | 0 | 111 | 100000111 | 1001000 | 1001011 |
Color Harmonies of #B591ED
Complementary color
Monochromatic Colors of #B591ED
Black with #B591ED
Text Example
Text Example
White with #B591ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B591ED; }
p { color: rgb(181,145,237); }
H1.HeaderClassName
{
color: #B591ED;
}
.AnyTagClassName
{
color: #B591ED;
}
</style>
background-color css
<style>
a { background-color: #B591ED; }
a { background-color: rgb(181,145,237); }
div.DivClassName
{
background-color: #B591ED;
}
.BgClassName
{
background-color: #B591ED;
}
</style>
border-color css
<style>
span { border-color: #B591ED; }
span { border-color: rgb(181,145,237); }
td.TdClassName
{
border-color: #B591ED;
}
.TagClassName
{
border-color: #B591ED;
}
</style>