Shades of Biloba Flower #B486D9
Tints of Biloba Flower #B486D9
RGB
CMYK
RGB Variations
Color information
#B486D9 (or 0xB486D9) is known color: Biloba Flower. HEX triplet: B4, 86 and D9. RGB value is (180,134,217). Sum of RGB (Red+Green+Blue) = 180+134+217=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #B486D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486D9 is #4B7926. Grayscale: #9C9C9C. Windows color (decimal): -4946215 or 14255796. OLE color: 14255796.
HSL color Cylindrical-coordinate representation of color #B486D9: hue angle of 273.25º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B486D9 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 134 | 217 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.15 |
| HSL | 273.25º | 0.52% | 0.69% | - |
| HSV(B) | 273.25º | 0.38% | 0.85% | - |
| XYZ | 39.87 | 31.76 | 69.68 | - |
| YUV | 157.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 217 | 0.17 | 0.38 | 0 | 0.15 | 273.25 | 0.52 | 0.69 |
| Hex | B4 | 86 | D9 | 11 | 26 | 0 | F | 111 | 34 | 45 |
| Octal | 264 | 206 | 331 | 21 | 46 | 0 | 17 | 421 | 64 | 105 |
| Binary | 10110100 | 10000110 | 11011001 | 10001 | 100110 | 0 | 1111 | 100010001 | 110100 | 1000101 |
Color Harmonies of #B486D9
Complementary color
Monochromatic Colors of #B486D9
Black with #B486D9
Text Example
Text Example
White with #B486D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B486D9; }
p { color: rgb(180,134,217); }
H1.HeaderClassName
{
color: #B486D9;
}
.AnyTagClassName
{
color: #B486D9;
}
</style>
background-color css
<style>
a { background-color: #B486D9; }
a { background-color: rgb(180,134,217); }
div.DivClassName
{
background-color: #B486D9;
}
.BgClassName
{
background-color: #B486D9;
}
</style>
border-color css
<style>
span { border-color: #B486D9; }
span { border-color: rgb(180,134,217); }
td.TdClassName
{
border-color: #B486D9;
}
.TagClassName
{
border-color: #B486D9;
}
</style>