Shades of Biloba Flower #B486D6
Tints of Biloba Flower #B486D6
RGB
CMYK
RGB Variations
Color information
#B486D6 (or 0xB486D6) is known color: Biloba Flower. HEX triplet: B4, 86 and D6. RGB value is (180,134,214). Sum of RGB (Red+Green+Blue) = 180+134+214=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #B486D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486D6 is #4B7929. Grayscale: #9C9C9C. Windows color (decimal): -4946218 or 14059188. OLE color: 14059188.
HSL color Cylindrical-coordinate representation of color #B486D6: hue angle of 274.5º 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 #B486D6 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 134 | 214 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.16 |
| HSL | 274.5º | 0.49% | 0.68% | - |
| HSV(B) | 274.5º | 0.37% | 0.84% | - |
| XYZ | 39.49 | 31.61 | 67.64 | - |
| YUV | 156.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 214 | 0.16 | 0.37 | 0 | 0.16 | 274.5 | 0.49 | 0.68 |
| Hex | B4 | 86 | D6 | 10 | 25 | 0 | 10 | 112 | 31 | 44 |
| Octal | 264 | 206 | 326 | 20 | 45 | 0 | 20 | 422 | 61 | 104 |
| Binary | 10110100 | 10000110 | 11010110 | 10000 | 100101 | 0 | 10000 | 100010010 | 110001 | 1000100 |
Color Harmonies of #B486D6
Complementary color
Monochromatic Colors of #B486D6
Black with #B486D6
Text Example
Text Example
White with #B486D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B486D6; }
p { color: rgb(180,134,214); }
H1.HeaderClassName
{
color: #B486D6;
}
.AnyTagClassName
{
color: #B486D6;
}
</style>
background-color css
<style>
a { background-color: #B486D6; }
a { background-color: rgb(180,134,214); }
div.DivClassName
{
background-color: #B486D6;
}
.BgClassName
{
background-color: #B486D6;
}
</style>
border-color css
<style>
span { border-color: #B486D6; }
span { border-color: rgb(180,134,214); }
td.TdClassName
{
border-color: #B486D6;
}
.TagClassName
{
border-color: #B486D6;
}
</style>