Shades of Biloba Flower #B586E5
Tints of Biloba Flower #B586E5
RGB
CMYK
RGB Variations
Color information
#B586E5 (or 0xB586E5) is known color: Biloba Flower. HEX triplet: B5, 86 and E5. RGB value is (181,134,229). Sum of RGB (Red+Green+Blue) = 181+134+229=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #B586E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586E5 is #4A791A. Grayscale: #9E9E9E. Windows color (decimal): -4880667 or 15042229. OLE color: 15042229.
HSL color Cylindrical-coordinate representation of color #B586E5: hue angle of 269.68º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B586E5 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 134 | 229 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.10 |
| HSL | 269.68º | 0.65% | 0.71% | - |
| HSV(B) | 269.68º | 0.41% | 0.9% | - |
| XYZ | 41.72 | 32.53 | 78.21 | - |
| YUV | 158.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 229 | 0.21 | 0.41 | 0 | 0.10 | 269.68 | 0.65 | 0.71 |
| Hex | B5 | 86 | E5 | 15 | 29 | 0 | A | 10E | 41 | 47 |
| Octal | 265 | 206 | 345 | 25 | 51 | 0 | 12 | 416 | 101 | 107 |
| Binary | 10110101 | 10000110 | 11100101 | 10101 | 101001 | 0 | 1010 | 100001110 | 1000001 | 1000111 |
Color Harmonies of #B586E5
Complementary color
Monochromatic Colors of #B586E5
Black with #B586E5
Text Example
Text Example
White with #B586E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B586E5; }
p { color: rgb(181,134,229); }
H1.HeaderClassName
{
color: #B586E5;
}
.AnyTagClassName
{
color: #B586E5;
}
</style>
background-color css
<style>
a { background-color: #B586E5; }
a { background-color: rgb(181,134,229); }
div.DivClassName
{
background-color: #B586E5;
}
.BgClassName
{
background-color: #B586E5;
}
</style>
border-color css
<style>
span { border-color: #B586E5; }
span { border-color: rgb(181,134,229); }
td.TdClassName
{
border-color: #B586E5;
}
.TagClassName
{
border-color: #B586E5;
}
</style>