Shades of Biloba Flower #B586E3
Tints of Biloba Flower #B586E3
RGB
CMYK
RGB Variations
Color information
#B586E3 (or 0xB586E3) is known color: Biloba Flower. HEX triplet: B5, 86 and E3. RGB value is (181,134,227). Sum of RGB (Red+Green+Blue) = 181+134+227=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 227 (89.06% from 255 or 41.88% from 542); Max value from RGB is 227 - color contains mainly: blue. Hex color #B586E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586E3 is #4A791C. Grayscale: #9E9E9E. Windows color (decimal): -4880669 or 14911157. OLE color: 14911157.
HSL color Cylindrical-coordinate representation of color #B586E3: hue angle of 270.32º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B586E3 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 134 | 227 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.11 |
| HSL | 270.32º | 0.62% | 0.71% | - |
| HSV(B) | 270.32º | 0.41% | 0.89% | - |
| XYZ | 41.45 | 32.42 | 76.75 | - |
| YUV | 158.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 227 | 0.20 | 0.41 | 0 | 0.11 | 270.32 | 0.62 | 0.71 |
| Hex | B5 | 86 | E3 | 14 | 29 | 0 | B | 10E | 3E | 47 |
| Octal | 265 | 206 | 343 | 24 | 51 | 0 | 13 | 416 | 76 | 107 |
| Binary | 10110101 | 10000110 | 11100011 | 10100 | 101001 | 0 | 1011 | 100001110 | 111110 | 1000111 |
Color Harmonies of #B586E3
Complementary color
Monochromatic Colors of #B586E3
Black with #B586E3
Text Example
Text Example
White with #B586E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B586E3; }
p { color: rgb(181,134,227); }
H1.HeaderClassName
{
color: #B586E3;
}
.AnyTagClassName
{
color: #B586E3;
}
</style>
background-color css
<style>
a { background-color: #B586E3; }
a { background-color: rgb(181,134,227); }
div.DivClassName
{
background-color: #B586E3;
}
.BgClassName
{
background-color: #B586E3;
}
</style>
border-color css
<style>
span { border-color: #B586E3; }
span { border-color: rgb(181,134,227); }
td.TdClassName
{
border-color: #B586E3;
}
.TagClassName
{
border-color: #B586E3;
}
</style>