Shades of Biloba Flower #B586D6
Tints of Biloba Flower #B586D6
RGB
CMYK
RGB Variations
Color information
#B586D6 (or 0xB586D6) is known color: Biloba Flower. HEX triplet: B5, 86 and D6. RGB value is (181,134,214). Sum of RGB (Red+Green+Blue) = 181+134+214=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #B586D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586D6 is #4A7929. Grayscale: #9C9C9C. Windows color (decimal): -4880682 or 14059189. OLE color: 14059189.
HSL color Cylindrical-coordinate representation of color #B586D6: hue angle of 275.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B586D6 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 134 | 214 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.16 |
| HSL | 275.25º | 0.49% | 0.68% | - |
| HSV(B) | 275.25º | 0.37% | 0.84% | - |
| XYZ | 39.72 | 31.73 | 67.65 | - |
| YUV | 157.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 214 | 0.15 | 0.37 | 0 | 0.16 | 275.25 | 0.49 | 0.68 |
| Hex | B5 | 86 | D6 | F | 25 | 0 | 10 | 113 | 31 | 44 |
| Octal | 265 | 206 | 326 | 17 | 45 | 0 | 20 | 423 | 61 | 104 |
| Binary | 10110101 | 10000110 | 11010110 | 1111 | 100101 | 0 | 10000 | 100010011 | 110001 | 1000100 |
Color Harmonies of #B586D6
Complementary color
Monochromatic Colors of #B586D6
Black with #B586D6
Text Example
Text Example
White with #B586D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B586D6; }
p { color: rgb(181,134,214); }
H1.HeaderClassName
{
color: #B586D6;
}
.AnyTagClassName
{
color: #B586D6;
}
</style>
background-color css
<style>
a { background-color: #B586D6; }
a { background-color: rgb(181,134,214); }
div.DivClassName
{
background-color: #B586D6;
}
.BgClassName
{
background-color: #B586D6;
}
</style>
border-color css
<style>
span { border-color: #B586D6; }
span { border-color: rgb(181,134,214); }
td.TdClassName
{
border-color: #B586D6;
}
.TagClassName
{
border-color: #B586D6;
}
</style>